From 3fa9908ed933c07c14376c7680e57dae6adece02 Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 24 May 2021 02:00:00 +0200 Subject: [PATCH] Fix wrong reference in running.md --- docs/usage/running.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/usage/running.md b/docs/usage/running.md index 78be541..07d8a52 100644 --- a/docs/usage/running.md +++ b/docs/usage/running.md @@ -3,10 +3,8 @@ There are 3 options for running this application: Option 1: Build a docker image and use it -Option 2: Install Node.JS (see below for detailed usage) +Option 2: Install Node.JS (see [npm-commands](./npm-commands.md)) Option 3: Use a prebuilt docker image After starting it, you can open ``http://server/time`` to test it, it should show a timestamp - -