From 9e4d089c4ed2b537fc48caaac9fc8a5be6f0676e Mon Sep 17 00:00:00 2001 From: ruihildt Date: Mon, 28 Sep 2020 22:05:45 +0000 Subject: [PATCH] Update documentation link to gitea format --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 29ba1ef..998a59d 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,7 @@ const server = require("./api/server"); server.get("/", (req, res) => { res.json({ message: `API server for Sleep Tracker up and running. :)`, - documentation: `https://git.ruihildt.xyz/ruihildt/sleep-tracker-backend#api-documentation` + documentation: `https://git.ruihildt.xyz/ruihildt/sleep-tracker-backend#user-content-api-documentation` }); });