Skip to content

Commit 054cd8a

Browse files
authored
Fix broken link in ch1 to fast.ai datasets (#630)
1 parent 2c5db23 commit 054cd8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

01_intro.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@
14901490
"cell_type": "markdown",
14911491
"metadata": {},
14921492
"source": [
1493-
"The second line downloads a standard dataset from the [fast.ai datasets collection](https://course.fast.ai/datasets) (if not previously downloaded) to your server, extracts it (if not previously extracted), and returns a `Path` object with the extracted location:\n",
1493+
"The second line downloads a standard dataset from the [fast.ai datasets collection](https://docs.fast.ai/data.external.html#datasets) (if not previously downloaded) to your server, extracts it (if not previously extracted), and returns a `Path` object with the extracted location:\n",
14941494
"\n",
14951495
"```python\n",
14961496
"path = untar_data(URLs.PETS)/'images'\n",

0 commit comments

Comments
 (0)