From c4abcd24bc348a099ce3610a0a9a7432eac77ca3 Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Thu, 22 Sep 2022 15:56:23 -0700 Subject: [PATCH] Fix broken docs links (#936) ## Description Fix broken docs links This was caught by `make build` and should ultimately be a part of the build process. ## Type of change - [x] :bug: Bugfix ## Test Plan - [x] :muscle: Manual --- docs/docs/configuration/m365_access.md | 4 ++-- docs/docs/configuration/repos.md | 2 +- docs/docs/intro.md | 2 +- docs/docs/tutorial.md | 2 +- docs/sidebars.js | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs/configuration/m365_access.md b/docs/docs/configuration/m365_access.md index 5a8f7f7fe..0fa5f52cc 100644 --- a/docs/docs/configuration/m365_access.md +++ b/docs/docs/configuration/m365_access.md @@ -4,8 +4,8 @@ description: "Connect to a Microsft 365 tenant" # Microsoft 365 access -To perform backup and restore operations, Corso requires access to your [M365 tenant](/concepts#m365-concepts) -through an [Azure AD application](/concepts#m365-concepts) with appropriate permissions. +To perform backup and restore operations, Corso requires access to your [M365 tenant](concepts#m365-concepts) +through an [Azure AD application](concepts#m365-concepts) with appropriate permissions. ## Create an Azure AD application diff --git a/docs/docs/configuration/repos.md b/docs/docs/configuration/repos.md index 04b7ab051..e21cb53b6 100644 --- a/docs/docs/configuration/repos.md +++ b/docs/docs/configuration/repos.md @@ -4,7 +4,7 @@ description: "Configure backup repository" # Repositories -A Corso [repository](/concepts#corso-concepts) stores encrypted copies of your backup data. Repositories are +A Corso [repository](concepts#corso-concepts) stores encrypted copies of your backup data. Repositories are supported on the following object storage systems: import TOCInline from '@theme/TOCInline'; diff --git a/docs/docs/intro.md b/docs/docs/intro.md index 9c45bec61..86ab5c54f 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -12,5 +12,5 @@ beyond M365, will expand based on the interest and needs of the community. ## Getting started -Follow the instructions in the [Installation](/install) and [Initial Configuration](/configuration) sections to setup +Follow the instructions in the [Installation](/install) and [Initial Configuration](/configuration/concepts) sections to setup Corso and get it ready for first use. You can then go through the [Tutorial](/tutorial) section to see it in action. diff --git a/docs/docs/tutorial.md b/docs/docs/tutorial.md index 430761f86..f0a638c77 100644 --- a/docs/docs/tutorial.md +++ b/docs/docs/tutorial.md @@ -76,4 +76,4 @@ $ docker run -e CORSO_PASSPHRASE \ You can now find the recovered email in a mailbox folder named `Corso_Restore_DD-MMM-YYYY_HH:MM:SS`. -You are now ready to explore the [Command Line Reference](cli) and try everything that Corso can do. +You are now ready to explore the [Command Line Reference](cli/corso) and try everything that Corso can do. diff --git a/docs/sidebars.js b/docs/sidebars.js index 14e9ac990..dd734038b 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -27,7 +27,7 @@ const sidebars = { type: 'category', label: 'Command Line Reference', items: [ - 'cli/corso_repo_init_s3', 'cli/corso_repo_connect_s3', + 'cli/corso', 'cli/corso_repo_init_s3', 'cli/corso_repo_connect_s3', 'cli/corso_backup_create_exchange', 'cli/corso_backup_list_exchange', 'cli/corso_backup_details_exchange', 'cli/corso_restore_exchange', 'cli/corso_env' ]