8000 Merge pull request #23835 from melissawm/fix-switcher · matplotlib/matplotlib@5f647cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f647cb

Browse files
authored
Merge pull request #23835 from melissawm/fix-switcher
Fix version switcher links
2 parents f9bb816 + 166f5b9 commit 5f647cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/_static/switcher.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
{
33
"name": "3.5 (stable)",
44
"version": "stable",
5-
"url": "https://matplotlib.org/stable"
5+
"url": "https://matplotlib.org/stable/"
66
},
77
{
88
"name": "3.6 (dev)",
99
"version": "devdocs",
10-
"url": "https://matplotlib.org/devdocs"
10+
"url": "https://matplotlib.org/devdocs/"
1111
},
1212
{
1313
"name": "3.4",
1414
"version": "3.4.3",
15-
"url": "https://matplotlib.org/3.4.3"
15+
"url": "https://matplotlib.org/3.4.3/"
1616
},
1717
{
1818
"name": "3.3",
1919
"version": "3.3.4",
20-
"url": "https://matplotlib.org/3.3.4"
20+
"url": "https://matplotlib.org/3.3.4/"
2121
},
2222
{
2323
"name": "2.2",
2424
"version": "2.2.4",
25-
"url": "https://matplotlib.org/2.2.4"
25+
"url": "https://matplotlib.org/2.2.4/"
2626
}
2727
]

0 commit comments

Comments
 (0)
0