Skip to content

Commit 862d926

Browse files
committed
Changed the link for the install button on the front landing page to redirect user to the install page instead of the readthedocs install in a new tab
1 parent 9d1dd37 commit 862d926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h4 class="jumbotron-text">Open source, interactive data science and scientific
4141
<h3 class="prompt-header">Ready to get started?</h3>
4242
<div>
4343
<a class="orange-button" href="https://try.jupyter.org/" target="_blank">Try it in your browser</a>
44-
<a class="orange-button install-button" href="https://jupyter.readthedocs.io/en/latest/install.html" target="_blank">Install the Notebook</a>
44+
<a class="orange-button install-button" href="install.html">Install the Notebook</a>
4545
</div>
4646
</div>
4747
</div>

0 commit comments

Comments
 (0)