From d9ed8e960252adf74d63d56a99e0a26fc8338d99 Mon Sep 17 00:00:00 2001 From: Chris Sherwood Date: Thu, 5 Feb 2026 16:14:23 -0800 Subject: [PATCH] fix(docs): correct broken internal links to match actual routes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix links verified against routes.ts: - /settings → /settings/system - /settings/updates → /settings/update (singular) - /settings/maps-manager → /settings/maps - /settings/wikipedia-selector → /settings/zim - /settings/zim-manager → /settings/zim Replace Wikipedia Selector references with Content Manager to match sidebar labels in SettingsLayout.tsx. Co-Authored-By: Claude Opus 4.6 --- admin/docs/faq.md | 2 +- admin/docs/getting-started.md | 4 ++-- admin/docs/home.md | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/admin/docs/faq.md b/admin/docs/faq.md index 331f7ee..2ae01cc 100644 --- a/admin/docs/faq.md +++ b/admin/docs/faq.md @@ -190,7 +190,7 @@ Yes, while you have internet access. Updates include: ### How do I update content (Wikipedia, etc.)? Content updates are separate from software updates: -1. Go to **Settings → Wikipedia Selector** or **Content Explorer** +1. Go to **Settings → Content Manager** or **Content Explorer** 2. Check for newer versions of your installed content 3. Download updated versions as needed diff --git a/admin/docs/getting-started.md b/admin/docs/getting-started.md index a46bbe9..011e2c7 100644 --- a/admin/docs/getting-started.md +++ b/admin/docs/getting-started.md @@ -191,7 +191,7 @@ View maps without internet. Download the regions you need before going offline. As your needs change, you can add more content anytime: - **More apps:** Settings → Apps -- **More references:** Settings → Content Explorer or Wikipedia Selector +- **More references:** Settings → Content Explorer or Content Manager - **More map regions:** Settings → Maps Manager - **More educational content:** Through Kolibri's built-in content browser @@ -200,7 +200,7 @@ As your needs change, you can add more content anytime: N.O.M.A.D. includes a dedicated Wikipedia content management tool for browsing and downloading Wikipedia packages. **How to use it:** -1. Go to **[Wikipedia Selector →](/settings/wikipedia-selector)** +1. Go to **[Content Manager →](/settings/zim)** — the Wikipedia Selector is on this page 2. Browse available Wikipedia packages by language and size 3. Select and download the packages you want diff --git a/admin/docs/home.md b/admin/docs/home.md index fe10037..1265091 100644 --- a/admin/docs/home.md +++ b/admin/docs/home.md @@ -59,12 +59,12 @@ Or explore the **[Getting Started Guide](/docs/getting-started)** for a walkthro | Chat with the AI | [AI Chat →](/chat) | | Upload documents for AI | [Knowledge Base →](/knowledge-base) | | Download more content | [Install Apps →](/settings/apps) | -| Add Wikipedia/reference content | [Wikipedia Selector →](/settings/wikipedia-selector) | -| Manage installed content | [Content Manager →](/settings/zim-manager) | -| Download map regions | [Maps Manager →](/settings/maps-manager) | +| Add Wikipedia/reference content | [Content Manager →](/settings/zim) | +| Browse all available content | [Content Explorer →](/settings/zim/remote-explorer) | +| Download map regions | [Maps Manager →](/settings/maps) | | Run a benchmark | [System Benchmark →](/settings/benchmark) | -| Check for updates | [System Update →](/settings/updates) | -| View system status | [Settings →](/settings) | +| Check for updates | [System Update →](/settings/update) | +| View system status | [System Info →](/settings/system) | --- @@ -78,4 +78,4 @@ N.O.M.A.D. works best when kept up to date while you have internet access. This When you go offline, you'll have everything you need — the last synced versions of all your content. -**[Check for Updates →](/settings/updates)** +**[Check for Updates →](/settings/update)**