From 1b377ee5a9bcd52d6608bb68402b950373b0845d Mon Sep 17 00:00:00 2001 From: Aston Zhang <22279212+astonzhang@users.noreply.github.com> Date: Fri, 12 Mar 2021 22:36:32 -0800 Subject: [PATCH] fix d2l-zh v2 link --- chapter_installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter_installation/index.md b/chapter_installation/index.md index b3bd4699d..684e7265f 100644 --- a/chapter_installation/index.md +++ b/chapter_installation/index.md @@ -40,7 +40,7 @@ conda create --name d2l python=3.8 -y ```bash mkdir d2l-zh && cd d2l-zh -curl https://d2l.ai/d2l-zh.zip -o d2l-zh.zip +curl https://zh-v2.d2l.ai/d2l-zh.zip -o d2l-zh.zip unzip d2l-zh.zip && rm d2l-zh.zip ```