diff --git a/doc/_static/switcher.json b/doc/_static/switcher.json index 6608ba6390c5..c72cbac2b27a 100644 --- a/doc/_static/switcher.json +++ b/doc/_static/switcher.json @@ -2,17 +2,12 @@ { "name": "3.6 (stable)", "version": "stable", - "url": "https://matplotlib.org/stable" + "url": "https://matplotlib.org/stable/" }, { "name": "3.7 (dev)", - "version": "devdocs", - "url": "https://matplotlib.org/devdocs" - }, - { - "name": "3.5", - "version": "3.5.3", - "url": "https://matplotlib.org/3.5.3" + "version": "dev", + "url": "https://matplotlib.org/devdocs/" }, { "name": "3.5", @@ -22,16 +17,16 @@ { "name": "3.4", "version": "3.4.3", - "url": "https://matplotlib.org/3.4.3" + "url": "https://matplotlib.org/3.4.3/" }, { "name": "3.3", "version": "3.3.4", - "url": "https://matplotlib.org/3.3.4" + "url": "https://matplotlib.org/3.3.4/" }, { "name": "2.2", "version": "2.2.4", - "url": "https://matplotlib.org/2.2.4" + "url": "https://matplotlib.org/2.2.4/" } ]