Skip to content

Commit 12c06a4

Browse files
authored
Merge pull request Azure#978 from ahcan76/patch-1
Fix image paths in tutorial-1st-experiment-sdk-train.ipynb
2 parents 1a1a42d + 1f75dc9 commit 12c06a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/create-first-ml-experiment/tutorial-1st-experiment-sdk-train.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"cell_type": "markdown",
213213
"metadata": {},
214214
"source": [
215-
"![Main Experiment page in the studio](../imgs/experiment_main.png)"
215+
"![Main Experiment page in the studio](./imgs/experiment_main.png)"
216216
]
217217
},
218218
{
@@ -226,7 +226,7 @@
226226
"cell_type": "markdown",
227227
"metadata": {},
228228
"source": [
229-
"![Run details page in the studio](../imgs/model_download.png)"
229+
"![Run details page in the studio](./imgs/model_download.png)"
230230
]
231231
},
232232
{
@@ -386,4 +386,4 @@
386386
},
387387
"nbformat": 4,
388388
"nbformat_minor": 2
389-
}
389+
}

0 commit comments

Comments
 (0)