fix: use absolute markdown paths
This commit is contained in:
parent
9244d63826
commit
029f395673
3 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Advanced Integration
|
||||
|
||||

|
||||

|
||||
|
||||
With the advanced integration it's possible to control Access Control Lists (ACLs) and the Headscale configuration via the Headplane UI.
|
||||
Every single aspect of this integration is optional, meaning you can only use what you want.
|
||||
|
|
@ -82,7 +82,7 @@ services:
|
|||
OIDC_CLIENT_SECRET: 'super_secret_client_secret'
|
||||
```
|
||||
|
||||
> For a breakdown of each configuration variable, please refer to the [Configuration](./docs/Configuration.md) guide.
|
||||
> For a breakdown of each configuration variable, please refer to the [Configuration](/docs/Configuration.md) guide.
|
||||
> It explains what each variable does, how to configure them, and what the default values are.
|
||||
|
||||
You may also choose to run it natively with the distributed binaries on the releases page.
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ services:
|
|||
PORT: '3000'
|
||||
```
|
||||
|
||||
> For a breakdown of each configuration variable, please refer to the [Configuration](./docs/Configuration.md) guide.
|
||||
> For a breakdown of each configuration variable, please refer to the [Configuration](/docs/Configuration.md) guide.
|
||||
> It explains what each variable does, how to configure them, and what the default values are.
|
||||
|
||||
You may also choose to run it natively with the distributed binaries on the releases page.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue