Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-hiller committed Oct 24, 2023
1 parent b6ddcc0 commit 281e60b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/installation/docker/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**
:::


Expand Down
12 changes: 4 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
},
Expand Down

0 comments on commit 281e60b

Please sign in to comment.