diff --git a/docs/docs/get-started/install.md b/docs/docs/get-started/install.md index df256045b..b43cc9f62 100644 --- a/docs/docs/get-started/install.md +++ b/docs/docs/get-started/install.md @@ -9,7 +9,7 @@ parent: Get Started {: .no_toc } --- -**Important**: Ensure you've satisfied the [prerequisites]({{ site.baseurl }}{% link docs/get-started/prerequisites.md %}) +**Important**: Ensure you've satisfied the [prerequisites]({% link docs/get-started/prerequisites.md %}) before following this guide. ## Table of Contents @@ -120,4 +120,4 @@ use: 8. Now you should be able to log into the web UI at the FQDN you specified in step 5 above, e.g. `https://firezone.example.com` -Next, proceed to [read about using Firezone]({{ site.baseurl }}{% link docs/usage/index.md %}). +Next, proceed to [read about using Firezone]({% link docs/usage/index.md %}). diff --git a/docs/docs/get-started/prerequisites.md b/docs/docs/get-started/prerequisites.md index 563a0df71..9e8b3575f 100644 --- a/docs/docs/get-started/prerequisites.md +++ b/docs/docs/get-started/prerequisites.md @@ -10,7 +10,7 @@ parent: Get Started Firezone requires the setup of a DNS record and matching SSL certificate to run in production. Not using Firezone in production? [ -Skip directly to the installation guide]({{ site.baseurl }}{% link docs/get-started/install.md %}). +Skip directly to the installation guide]({% link docs/get-started/install.md %}). ## Create a DNS record diff --git a/docs/index.md b/docs/index.md index d2df6023d..9818787d5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,9 +17,9 @@ your private network and internal applications from a simple Web UI. ## Quick Start -1. [Prepare for install]({{ site.baseurl }}{% link docs/get-started/index.md %}) -2. [Install]({{ site.baseurl }}{% link docs/get-started/install.md %}) -3. [Configure]({{ site.baseurl }}{% link docs/usage/configure.md %}) +1. [Prepare for install]({% link docs/get-started/index.md %}) +2. [Install]({% link docs/get-started/install.md %}) +3. [Configure]({% link docs/usage/configure.md %}) ## Get Help