mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Merge pull request #410 from firezone/fix-docs-baseurl
Remove baseurl from links
This commit is contained in:
@@ -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 %}).
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user