Skip to content

Commit 6226f03

Browse files
committed
Redirect toplevel gallery.html to current gallery
Fixes #66
1 parent 277b5ec commit 6226f03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gallery.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<meta http-equiv="refresh" content="0;url=2.0.2/gallery.html" />
6-
<link rel="canonical" href="https://matplotlib.org/2.0.2/gallery.html" />
5+
<meta http-equiv="refresh" content="0;url=stable/gallery/index.html" />
6+
<link rel="canonical" href="https://matplotlib.org/stable/gallery/index.html" />
77
</head>
88
<body>
99
<h1>
10-
The page been moved <a href="2.0.2/gallery.html">here</a>!
10+
The page been moved <a href="stable/gallery/index.html">here</a>!
1111
</h1>
1212
</body>
1313
</html>

0 commit comments

Comments
 (0)