diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 75c1001..52ad323 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -19,7 +19,7 @@ "type": 2, "subtype": 1, "name": "Projects", - "uri": "{/prefix}rnd/list", + "uri": "{/base}rnd/list", "target": "self", "icon": null, "order": 1, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}rnd/list", + "uri": "{/base}rnd/list", "target": "self", "icon": null, "order": 1, @@ -48,7 +48,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "{/prefix}rnd/create?{?}", + "uri": "{/base}rnd/create?{?}", "target": "self", "icon": null, "order": 5, diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 4d1c42a..2ee966f 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -1,12 +1,12 @@