From adca6ef6c001603b31adb1f514bf3db82e92f04a Mon Sep 17 00:00:00 2001 From: loprima-l <69201633+loprima-l@users.noreply.github.com> Date: Mon, 8 May 2023 19:52:23 +0200 Subject: [PATCH] Dumb error --- docs/running-headscale-container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running-headscale-container.md b/docs/running-headscale-container.md index 38132db5..d9046b22 100644 --- a/docs/running-headscale-container.md +++ b/docs/running-headscale-container.md @@ -50,7 +50,7 @@ Edit the file and put a base ACL in it : } ``` -# 4. Download a copy of the [example configuration][config-example.yaml](https://github.com/juanfont/headscale/blob/main/config-example.yaml) from the headscale repository and place it at ./config/config.yaml +# 4. Download a copy of the [example configuration](https://github.com/juanfont/headscale/blob/main/config-example.yaml) from the headscale repository and place it at ./config/config.yaml ```shell wget -O ./config/config.yaml https://raw.githubusercontent.com/juanfont/headscale/main/config-example.yaml || curl https://raw.githubusercontent.com/juanfont/headscale/main/config-example.yaml -o ./config/config.yaml