Skip to content

Commit

Permalink
Merge pull request #696 from d2l-ai/master
Browse files Browse the repository at this point in the history
[hotfix] fix d2l-zh v2 link
  • Loading branch information
astonzhang authored Mar 13, 2021
2 parents a1e2a36 + 1b377ee commit 87bd3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 87bd3f6

Please sign in to comment.