Fix broken datasets link

This commit is contained in:
Zach Proffitt 2022-08-22 07:11:29 -07:00 committed by GitHub
parent 2b8b8a2097
commit 2867412618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) (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",