X Tutup
Skip to content

Commit 319899d

Browse files
committed
Fix versions.html links better
1 parent 4cf6898 commit 319899d

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

1.2.1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h1>Documentation</h1>
179179

180180
<p id="other_versions"></p>
181181
<script>
182-
getSnippet('other_versions', '/matplotlib.github.io/versions.html');
182+
getSnippet('other_versions', '/matplotlib.github.com/versions.html');
183183
</script>
184184

185185
<p>Trying to learn how to do a particular kind of plot? Check out

1.3.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h1>Documentation</h1>
212212

213213
<p id="other_versions"></p>
214214
<script>
215-
getSnippet('other_versions', '/matplotlib.github.io/versions.html');
215+
getSnippet('other_versions', '/matplotlib.github.com/versions.html');
216216
</script>
217217

218218
<p>Trying to learn how to do a particular kind of plot? Check out

1.3.1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h1>Documentation</h1>
212212

213213
<p id="other_versions"></p>
214214
<script>
215-
getSnippet('other_versions', '/matplotlib.github.io/versions.html');
215+
getSnippet('other_versions', '/matplotlib.github.com/versions.html');
216216
</script>
217217

218218
<p>Trying to learn how to do a particular kind of plot? Check out

1.4.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h1>Documentation</h1>
197197

198198
<p id="other_versions"></p>
199199
<script>
200-
getSnippet('other_versions', '/matplotlib.github.io/versions.html');
200+
getSnippet('other_versions', '/matplotlib.github.com/versions.html');
201201
</script>
202202

203203
<p>Trying to learn how to do a particular kind of plot? Check out

1.4.1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h1>Documentation</h1>
197197

198198
<p id="other_versions"></p>
199199
<script>
200-
getSnippet('other_versions', '/matplotlib.github.io/versions.html');
200+
getSnippet('other_versions', '/matplotlib.github.com/versions.html');
201201
</script>
202202

203203
<p>Trying to learn how to do a particular kind of plot? Check out

1.4.2/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h1>Documentation</h1>
197197

198198
<p id="other_versions"></p>
199199
<script>
200-
getSnippet('other_versions', '/matplotlib.github.io/versions.html');
200+
getSnippet('other_versions', '/matplotlib.github.com/versions.html');
201201
</script>
202202

203203
<p>Trying to learn how to do a particular kind of plot? Check out

1.4.3/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h1>Documentation</h1>
205205

206206
<p id="other_versions"></p>
207207
<script>
208-
getSnippet('other_versions', '/matplotlib.github.io/versions.html');
208+
getSnippet('other_versions', '/matplotlib.github.com/versions.html');
209209
</script>
210210

211211
<p>Trying to learn how to do a particular kind of plot? Check out

1.5.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h1>Documentation</h1>
205205

206206
<p id="other_versions"></p>
207207
<script>
208-
getSnippet('other_versions', '/matplotlib.github.io/versions.html');
208+
getSnippet('other_versions', '/matplotlib.github.com/versions.html');
209209
</script>
210210

211211
<p>Trying to learn how to do a particular kind of plot? Check out

1.5.1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ <h1>Documentation</h1>
218218

219219
<p id="other_versions"></p>
220220
<script>
221-
getSnippet('other_versions', '/matplotlib.github.io/versions.html');
221+
getSnippet('other_versions', '/matplotlib.github.com/versions.html');
222222
</script>
223223

224224
<p>Trying to learn how to do a particular kind of plot? Check out

1.5.1/users/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ <h1>Documentation</h1>
218218

219219
<p id="other_versions"></p>
220220
<script>
221-
getSnippet('other_versions', '/matplotlib.github.io/versions.html');
221+
getSnippet('other_versions', '/matplotlib.github.com/versions.html');
222222
</script>
223223

224224
<p>Trying to learn how to do a particular kind of plot? Check out

0 commit comments

Comments
 (0)
X Tutup