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,
"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,