From f0e80ed1dd358ae7ef3475aac5962c234bc20524 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Sat, 15 Nov 2025 20:47:35 +0000 Subject: [PATCH] Update URLs in sitetree_menus.json --- fixtures/sitetree_menus.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fixtures/sitetree_menus.json b/fixtures/sitetree_menus.json index 70de29110..69b9b34af 100644 --- a/fixtures/sitetree_menus.json +++ b/fixtures/sitetree_menus.json @@ -637,7 +637,7 @@ "fields": { "title": "FAQ", "hint": "", - "url": "https://docs.python.org/faq/", + "url": "https://docs.python.org/3/faq/", "urlaspattern": false, "tree": 1, "hidden": false, @@ -661,7 +661,7 @@ "fields": { "title": "Non-English Docs", "hint": "", - "url": "https://python-docs-translations.github.io/dashboard/", + "url": "https://translations.python.org", "urlaspattern": false, "tree": 1, "hidden": false,