Skip to content

Commit e90efb1

Browse files
melissawmQuLogic
authored andcommitted
Fix version switcher links
1 parent d0b6b27 commit e90efb1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/_static/switcher.json

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

0 commit comments

Comments
 (0)