Skip to content

Commit 3305d64

Browse files
authored
Merge pull request #827 from mtorpey/patch-1
Python install: update Anaconda URL
2 parents f3b54c5 + d0f631a commit 3305d64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_includes/install_instructions/python.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3>Python</h3>
1313
research computing, and great for general-purpose programming as
1414
well. Installing all of its research packages individually can be
1515
a bit difficult, so we recommend
16-
<a href="https://www.anaconda.com/products/individual">Anaconda</a>,
16+
<a href="https://www.anaconda.com/download/success">Anaconda</a>,
1717
an all-in-one installer.
1818
</p>
1919

@@ -48,7 +48,7 @@ <h3>Python</h3>
4848
<div class="tab-content">
4949
<article role="tabpanel" class="tab-pane active" id="python-windows">
5050
<ol>
51-
<li>Open <a href="https://www.anaconda.com/products/individual#download-section">https://www.anaconda.com/products/individual#download-section</a> with your web browser.</li>
51+
<li>Open <a href="https://www.anaconda.com/download/success">https://www.anaconda.com/download/success</a> with your web browser.</li>
5252
<li>Download the Anaconda for Windows installer with Python 3. (If you are not sure which version to choose, you probably want the 64-bit Graphical Installer <em>Anaconda3-...-Windows-x86_64.exe</em>)</li>
5353
<li>Install Python 3 by running the Anaconda Installer, using all of the defaults for installation <em>except</em> make sure to check <strong>Add Anaconda to my PATH environment variable</strong>.</li>
5454
</ol>
@@ -61,7 +61,7 @@ <h4>Video Tutorial</h4>
6161
</article>
6262
<article role="tabpanel" class="tab-pane" id="python-macos">
6363
<ol>
64-
<li>Open <a href="https://www.anaconda.com/products/individual#download-section">https://www.anaconda.com/products/individual#download-section</a> with your web browser.</li>
64+
<li>Open <a href="https://www.anaconda.com/download/success">https://www.anaconda.com/download/success</a> with your web browser.</li>
6565
<li>Download the Anaconda Installer with Python 3 for macOS (you can either use the Graphical or the Command Line Installer).</li>
6666
<li>Install Python 3 by running the Anaconda Installer using all of the defaults for installation.</li>
6767
</ol>
@@ -74,7 +74,7 @@ <h4>Video Tutorial</h4>
7474
</article>
7575
<article role="tabpanel" class="tab-pane" id="python-linux">
7676
<ol>
77-
<li>Open <a href="https://www.anaconda.com/products/individual#download-section">https://www.anaconda.com/products/individual#download-section</a> with your web browser.</li>
77+
<li>Open <a href="https://www.anaconda.com/download/success">https://www.anaconda.com/download/success</a> with your web browser.</li>
7878
<li>Download the Anaconda Installer with Python 3 for Linux.<br>
7979
(The installation requires using the shell. If you aren't
8080
comfortable doing the installation yourself

0 commit comments

Comments
 (0)