From 82218626d04ac5d0fca6e44b965364a341af2634 Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Mon, 20 Apr 2026 00:20:32 +0100 Subject: [PATCH] fix: update the `download` navigation link from `/download` to `/en/download` Update the download navigation link so that it points to `/en/download` (which is the correct page it should point to) instead of pointing to `/download` (which contains the raw download directory listing instead) --- site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.json b/site.json index 48273e2..2e0e07b 100644 --- a/site.json +++ b/site.json @@ -9,7 +9,7 @@ "text": "About" }, { - "link": "/download", + "link": "/en/download", "text": "Download" }, {