From 6381d3660ad3eaaf2ff2d15283b1e019b6034d3a Mon Sep 17 00:00:00 2001 From: "Andriy Kushnir (Orhideous)" Date: Mon, 27 Mar 2023 20:50:49 +0300 Subject: [PATCH] Add admonitions marking community-provided docs --- docs/running-headscale-container.md | 2 +- docs/running-headscale-linux.md | 3 +-- docs/running-headscale-openbsd.md | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/running-headscale-container.md b/docs/running-headscale-container.md index 33c67393..18dacd92 100644 --- a/docs/running-headscale-container.md +++ b/docs/running-headscale-container.md @@ -28,7 +28,7 @@ cd ./headscale touch ./config/db.sqlite ``` -3. **(Strongly Recommended)** Download a copy of the [example configuration](../config-example.yaml) from the [headscale repository](https://github.com/juanfont/headscale/). +3. **(Strongly Recommended)** Download a copy of the [example configuration][config-example.yaml](https://github.com/juanfont/headscale/blob/main/config-example.yaml) from the headscale repository. Using wget: diff --git a/docs/running-headscale-linux.md b/docs/running-headscale-linux.md index 54d9a93d..744bf725 100644 --- a/docs/running-headscale-linux.md +++ b/docs/running-headscale-linux.md @@ -52,8 +52,7 @@ touch /var/lib/headscale/db.sqlite touch /etc/headscale/config.yaml ``` -It is **strongly recommended** to copy and modify the [example configuration](../config-example.yaml) -from the [headscale repository](../) +**(Strongly Recommended)** Download a copy of the [example configuration][config-example.yaml](https://github.com/juanfont/headscale/blob/main/config-example.yaml) from the headscale repository. 6. Start the headscale server: diff --git a/docs/running-headscale-openbsd.md b/docs/running-headscale-openbsd.md index 394fafa2..b76c9135 100644 --- a/docs/running-headscale-openbsd.md +++ b/docs/running-headscale-openbsd.md @@ -94,8 +94,7 @@ touch /var/lib/headscale/db.sqlite touch /etc/headscale/config.yaml ``` -It is **strongly recommended** to copy and modify the [example configuration](../config-example.yaml) -from the [headscale repository](../) +**(Strongly Recommended)** Download a copy of the [example configuration][config-example.yaml](https://github.com/juanfont/headscale/blob/main/config-example.yaml) from the headscale repository. 4. Start the headscale server: