Skip to content

Commit b45ea4a

Browse files
authored
Merge pull request numpy#279 from rgommers/stable-link
Make "Documentation" link to numpy.org/doc/stable
2 parents 25eb8ff + bf6e12b commit b45ea4a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ languages:
8484
- title: Install
8585
url: /install
8686
- title: Documentation
87-
url: https://numpy.org/doc/
87+
url: https://numpy.org/doc/stable
8888
- title: Learn
8989
url: /learn
9090
- title: Community
@@ -108,7 +108,7 @@ languages:
108108
- text: Install
109109
link: /install
110110
- text: Documentation
111-
link: https://numpy.org/doc/
111+
link: https://numpy.org/doc/stable
112112
- text: Learn
113113
link: /learn
114114
- text: Roadmap
@@ -142,7 +142,7 @@ languages:
142142
- title: Install
143143
url: /nl/install
144144
- title: Documentation
145-
url: https://numpy.org/doc/
145+
url: https://numpy.org/doc/stable
146146
- title: Array computing
147147
url: /nl/arraycomputing
148148
- title: Case Studies

content/en/learn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Learn
33
sidebar: false
44
---
55

6-
The official NumPy documentation lives at https://numpy.org/doc.
6+
The official NumPy documentation lives [here](https://numpy.org/doc/stable).
77

88
Below is a curated collection of external resources. To contribute, see the [end of this page](#add-to-this-list).
99
***

layouts/partials/shell-content.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<div class="shell-wait shell-content" style="display: none;">
77
<div class="shell-title">While we wait...</div>
8-
<div class="shell-content-message">Don't forget to check out the <a href="https://numpy.org/doc/" target="_blank">docs</a></div>
8+
<div class="shell-content-message">Don't forget to check out the <a href="https://numpy.org/doc/stable" target="_blank">docs</a></div>
99
</div>
1010

1111
<div class="shell-lesson shell-content" style="display: none;">

0 commit comments

Comments
 (0)