Merge pull request #410 from firezone/fix-docs-baseurl

Remove baseurl from links
This commit is contained in:
Jamil
2022-01-19 08:58:52 -08:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -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 %}).

View File

@@ -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

View File

@@ -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