Fix absolute path to relative paths

This commit is contained in:
Dennis Eichhorn 2019-02-11 11:38:15 +01:00
parent 8770eac2ea
commit 3bb5a87b51

View File

@ -19,7 +19,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "General", "name": "General",
"uri": "/{/lang}/backend/help/general?{?}", "uri": "{/lang}/backend/help/general?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 5, "order": 5,
@ -34,7 +34,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Modules", "name": "Modules",
"uri": "/{/lang}/backend/help/module/list?{?}", "uri": "{/lang}/backend/help/module/list?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 10, "order": 10,
@ -49,7 +49,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Developer", "name": "Developer",
"uri": "/{/lang}/backend/help/developer?{?}", "uri": "{/lang}/backend/help/developer?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 15, "order": 15,