From 166f5b92ac9a24f8d3ef1c4de58dd96c7d89a7ad Mon Sep 17 00:00:00 2001 From: melissawm Date: Thu, 8 Sep 2022 21:51:45 +0000 Subject: [PATCH] Fix version switcher links --- doc/_static/switcher.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/_static/switcher.json b/doc/_static/switcher.json index e88f5ab19d8f..512f12a2125d 100644 --- a/doc/_static/switcher.json +++ b/doc/_static/switcher.json @@ -2,26 +2,26 @@ { "name": "3.5 (stable)", "version": "stable", - "url": "https://matplotlib.org/stable" + "url": "https://matplotlib.org/stable/" }, { "name": "3.6 (dev)", "version": "devdocs", - "url": "https://matplotlib.org/devdocs" + "url": "https://matplotlib.org/devdocs/" }, { "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/" } ]