From 281e60b8daa2545ff48e69112535af03a26d7589 Mon Sep 17 00:00:00 2001 From: Daniel Hiller Date: Tue, 24 Oct 2023 13:00:41 +0200 Subject: [PATCH] fix: broken links --- docs/installation/docker/update.md | 2 +- docusaurus.config.js | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/docs/installation/docker/update.md b/docs/installation/docker/update.md index 44de7fb..4b28969 100644 --- a/docs/installation/docker/update.md +++ b/docs/installation/docker/update.md @@ -7,7 +7,7 @@ sidebar_position: 2 :::note Please create a backup before updating -This can be done with our provided **[scripts](Backup%20and%20restore)** +This can be done with our provided **[scripts](backup_and_restore)** ::: diff --git a/docusaurus.config.js b/docusaurus.config.js index f760d96..4a62b42 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -85,16 +85,12 @@ const config = { title: 'Docs', items: [ { - label: 'Docker Compose', - to: '/docs/installl-planka/Docker%20Compose', + label: 'Docker', + to: '/docs/category/docker', }, { - label: 'Debian & Ubuntu', - to: '/docs/installl-planka/Debian%20&%20Ubuntu', - }, - { - label: 'Automated Installation (coming soon)', - to: '/docs/installl-planka/Automated%20installation', + label: 'Automated Installation', + to: '/docs/category/automated-installation', }, ], },