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 <!--- Please check the type of change your PR introduces: ---> - [x] 🐛 Bugfix ## Test Plan <!-- How will this be tested prior to merging.--> - [x] 💪 Manual
This commit is contained in:
parent
0ead769e83
commit
c4abcd24bc
@ -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
|
||||
|
||||
|
||||
@ -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';
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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'
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user