From 4c2dee5aba9d50f35f67fc8abeafa7ce2de71c69 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Mon, 22 Aug 2022 14:33:53 +0200 Subject: [PATCH] Use develop URL --- UI/StatisticsGUI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/StatisticsGUI.ts b/UI/StatisticsGUI.ts index 9ccf5b8649..2adb23ae3b 100644 --- a/UI/StatisticsGUI.ts +++ b/UI/StatisticsGUI.ts @@ -89,7 +89,7 @@ class StatisticsForOverviewFile extends Combine{ export default class StatisticsGUI extends VariableUiElement{ - private static readonly homeUrl = "http://127.0.0.1:8080/" /*/ "https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/Docs/Tools/stats/" //*/ + private static readonly homeUrl = "https://raw.githubusercontent.com/pietervdvn/MapComplete/develop/Docs/Tools/stats/" private static readonly stats_files = "file-overview.json" constructor() {