From 054cd8a62c7b6c11f0c36265149ccbaf95d91034 Mon Sep 17 00:00:00 2001 From: Karan Kumar Date: Thu, 11 Apr 2024 05:25:35 +0100 Subject: [PATCH] Fix broken link in ch1 to fast.ai datasets (#630) --- 01_intro.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_intro.ipynb b/01_intro.ipynb index ac30dc0..1007701 100644 --- a/01_intro.ipynb +++ b/01_intro.ipynb @@ -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",