From 3bb5a87b51b60a60636a9b05162248f7ca0242bf Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 11 Feb 2019 11:38:15 +0100 Subject: [PATCH] Fix absolute path to relative paths --- Admin/Install/Navigation.install.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index fbf77a0..c899877 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "General", - "uri": "/{/lang}/backend/help/general?{?}", + "uri": "{/lang}/backend/help/general?{?}", "target": "self", "icon": null, "order": 5, @@ -34,7 +34,7 @@ "type": 2, "subtype": 1, "name": "Modules", - "uri": "/{/lang}/backend/help/module/list?{?}", + "uri": "{/lang}/backend/help/module/list?{?}", "target": "self", "icon": null, "order": 10, @@ -49,7 +49,7 @@ "type": 2, "subtype": 1, "name": "Developer", - "uri": "/{/lang}/backend/help/developer?{?}", + "uri": "{/lang}/backend/help/developer?{?}", "target": "self", "icon": null, "order": 15,