From c1c15026535c46e1f9d2d2abb86fbc0750efc9f6 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Thu, 22 Jan 2026 13:21:58 +0000 Subject: [PATCH] docs: fix broken link Signed-off-by: oppiliappan --- docs/DOCS.md | 6 +++--- 1 file(s) changed, 3 insertion(s)(+), 3 deletion(s)(-) diff --git a/docs/DOCS.md b/docs/DOCS.md --- a/docs/DOCS.md +++ b/docs/DOCS.md @@ -375,9 +375,9 @@ KNOT_SERVER_INTERNAL_LISTEN_ADDR=127.0.0.1:5444 KNOT_SERVER_LISTEN_ADDR=127.0.0.1:5555 ``` -If you run a Linux distribution that uses systemd, you can use the provided -service file to run the server. Copy -[`knotserver.service`](/systemd/knotserver.service) +If you run a Linux distribution that uses systemd, you can +use the provided service file to run the server. Copy +[`knotserver.service`](https://tangled.org/tangled.org/core/blob/master/systemd/knotserver.service) to `/etc/systemd/system/`. Then, run: ``` -- tangled.sh