From 1b595326161ae5f565fd6ed6b3adbc3fde5ad8c9 Mon Sep 17 00:00:00 2001 From: Chris Sherwood Date: Fri, 13 Mar 2026 16:00:19 -0700 Subject: [PATCH] fix(collections): update stale React devdocs ZIM URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Kiwix skipped the January 2026 build of devdocs_en_react — the 2026-01 URL returns 404. Updated to 2026-02 which exists. Closes #269 Co-Authored-By: Claude Opus 4.6 (1M context) --- collections/kiwix-categories.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collections/kiwix-categories.json b/collections/kiwix-categories.json index f428609..26971c6 100644 --- a/collections/kiwix-categories.json +++ b/collections/kiwix-categories.json @@ -557,10 +557,10 @@ }, { "id": "devdocs_en_react", - "version": "2026-01", + "version": "2026-02", "title": "React Documentation", "description": "React library reference and tutorials", - "url": "https://download.kiwix.org/zim/devdocs/devdocs_en_react_2026-01.zim", + "url": "https://download.kiwix.org/zim/devdocs/devdocs_en_react_2026-02.zim", "size_mb": 3 }, {