Fix broken link in ch1 to fast.ai datasets (#630)

This commit is contained in:
Karan Kumar 2024-04-11 05:25:35 +01:00 committed by GitHub
parent 2c5db23a34
commit 054cd8a62c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1490,7 +1490,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"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",
"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",
"\n",
"```python\n",
"path = untar_data(URLs.PETS)/'images'\n",