From 7c0e81d9f0ff65de7e46f63be2ca3dac136fbe92 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 10 Dec 2022 22:17:54 +0100 Subject: [PATCH] fix urls --- Admin/Install/Navigation.install.json | 6 +++--- info.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index a24cbac..f70eb5e 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "General", - "uri": "{/prefix}help/general?{?}", + "uri": "{/lang}/{/app}/help/general?{?}", "target": "self", "icon": null, "order": 5, @@ -34,7 +34,7 @@ "type": 2, "subtype": 1, "name": "Modules", - "uri": "{/prefix}help/module/list", + "uri": "{/lang}/{/app}/help/module/list", "target": "self", "icon": null, "order": 10, @@ -49,7 +49,7 @@ "type": 2, "subtype": 1, "name": "Developer", - "uri": "{/prefix}help/developer?{?}", + "uri": "{/lang}/{/app}/help/developer?{?}", "target": "self", "icon": null, "order": 15, diff --git a/info.json b/info.json index e5eade7..ff4a065 100755 --- a/info.json +++ b/info.json @@ -12,7 +12,7 @@ }, "creator": { "name": "Karaka", - "website": "www.spl1nes.com" + "website": "jingga.app" }, "description": "The backend help module.", "directory": "Help",