From 5f21ad93775fbfa182c5cf5683ffe7eb16e8f070 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sun, 1 Jul 2018 21:06:08 +0200 Subject: [PATCH] Fix wrong link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9307f5..7658705 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ $ npm start ``` Open `http://localhost:3000` inside your favorite browser. -The UI requires a Gotify server running on `localhost:80` this can be adjusted inside the [ui/src/index.js](ui/src/index.js). +The UI requires a Gotify server running on `localhost:80` this can be adjusted inside the [ui/src/index.tsx](ui/src/index.tsx). ## Building