diff --git a/docs/README.md b/docs/README.md index 34a660c7ba7..91bf8295593 100644 --- a/docs/README.md +++ b/docs/README.md @@ -12,7 +12,7 @@ There are two installation guides available for beginners and advanced users. - [Configuring your DNS settings](configuring-dns.md) - - [Getting the playbook](getting-the-playbook.md) + - [Getting the playbook](getting-playbook.md) - [Configuring the playbook](configuring-playbook.md) diff --git a/docs/configuring-dns.md b/docs/configuring-dns.md index 51e30d69eef..6ca15a0d35c 100644 --- a/docs/configuring-dns.md +++ b/docs/configuring-dns.md @@ -1,6 +1,6 @@ # Configuring your DNS settings -[Prerequisites](prerequisites.md) > Configuring your DNS settings > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md) +[Prerequisites](prerequisites.md) > Configuring your DNS settings > [Getting the playbook](getting-playbook.md) > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md) To set up Matrix on your domain, you'd need to do some DNS configuration. @@ -40,4 +40,4 @@ On the other hand, if you choose this method (setting up a DNS SRV record), you --------------------------------------------- -[▶️](getting-the-playbook.md) When you're done with the DNS configuration and ready to proceed, continue with [Getting the playbook](getting-the-playbook.md). +[▶️](getting-playbook.md) When you're done with the DNS configuration and ready to proceed, continue with [Getting the playbook](getting-playbook.md). diff --git a/docs/configuring-playbook.md b/docs/configuring-playbook.md index e43376006fe..7a4c3dac34c 100644 --- a/docs/configuring-playbook.md +++ b/docs/configuring-playbook.md @@ -1,6 +1,6 @@ # Configuring the playbook -[Prerequisites](prerequisites.md) > [Configuring your DNS settings](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > Configuring the playbook > [Installing](installing.md) +[Prerequisites](prerequisites.md) > [Configuring your DNS settings](configuring-dns.md) > [Getting the playbook](getting-playbook.md) > Configuring the playbook > [Installing](installing.md) If you've configured your DNS records and retrieved the playbook's source code to your computer, you can start configuring the playbook. To do so, follow these steps inside the playbook directory: diff --git a/docs/getting-the-playbook.md b/docs/getting-playbook.md similarity index 100% rename from docs/getting-the-playbook.md rename to docs/getting-playbook.md diff --git a/docs/installing.md b/docs/installing.md index 860e8d9bf19..2c5408d9b0c 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -1,6 +1,6 @@ # Installing -[Prerequisites](prerequisites.md) > [Configuring your DNS settings](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > Installing +[Prerequisites](prerequisites.md) > [Configuring your DNS settings](configuring-dns.md) > [Getting the playbook](getting-playbook.md) > [Configuring the playbook](configuring-playbook.md) > Installing If you've configured your DNS records and the playbook, you can start the installation procedure. diff --git a/docs/prerequisites.md b/docs/prerequisites.md index 94445befe85..fe347065b14 100644 --- a/docs/prerequisites.md +++ b/docs/prerequisites.md @@ -1,6 +1,6 @@ # Prerequisites -Prerequisites > [Configuring your DNS settings](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md) +Prerequisites > [Configuring your DNS settings](configuring-dns.md) > [Getting the playbook](getting-playbook.md) > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md) To install Matrix services using this Ansible playbook, you need to prepare several requirements both on your local computer (where you will run the playbook to configure the server) and the server (where the playbook will install the Matrix services for you). **These requirements need to be set up manually** before proceeding to the next step. diff --git a/docs/quick-start.md b/docs/quick-start.md index fbb579f618f..6c8925e0a89 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -56,7 +56,7 @@ It might take some time for the DNS records to propagate after creation. ## Get the playbook -This section is optimized for this quick-start guide and is derived from the following full-documentation page: [Getting the playbook](getting-the-playbook.md) +This section is optimized for this quick-start guide and is derived from the following full-documentation page: [Getting the playbook](getting-playbook.md) Next, let's **get the playbook's source code**.