From 8e127a86918f43bf33ac84fab52950bb73972085 Mon Sep 17 00:00:00 2001 From: rui hildt Date: Mon, 10 Feb 2020 03:40:10 +0100 Subject: [PATCH] Update doc url --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8ea6315..cf64559 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ const server = require("./api/server"); server.get("/", (req, res) => { res.json({ message: `API server for Dijkstra. :)`, - documentation: `Check out: https://github.com/ruihildt/dijkstra/tree/completed-backend` + documentation: `Check out: https://github.com/ruihildt/dijkstra` }); });