Skip to content

Commit e84097d

Browse files
authored
Update install.md: fix broken links to Anaconda (#755)
1 parent 37734e6 commit e84097d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar: false
55

66
The only prerequisite for installing NumPy is Python itself. If you don't have
77
Python yet and want the simplest way to get started, we recommend you use the
8-
[Anaconda Distribution](https://www.anaconda.com/distribution) - it includes
8+
[Anaconda Distribution](https://www.anaconda.com/download) - it includes
99
Python, NumPy, and many other commonly used packages for scientific computing
1010
and data science.
1111

@@ -63,7 +63,7 @@ in the future.
6363

6464
On all of Windows, macOS, and Linux:
6565

66-
- Install [Anaconda](https://www.anaconda.com/distribution/) (it installs all
66+
- Install [Anaconda](https://www.anaconda.com/download) (it installs all
6767
packages you need and all other tools mentioned below).
6868
- For writing and executing code, use notebooks in
6969
[JupyterLab](https://jupyterlab.readthedocs.io/en/stable/index.html) for

0 commit comments

Comments
 (0)