Skip to content

Commit

Permalink
fix d2l-zh v2 link
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang authored Mar 13, 2021
1 parent 9b0780b commit 1b377ee
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 1b377ee

Please sign in to comment.