Fix link urls to oc10 in web config

This commit is contained in:
Benedikt Kulmann
2020-11-17 08:22:02 +01:00
parent d84d7bb4d1
commit 2c40aa8f5a
@@ -16,7 +16,7 @@
"de": "Klassisches ownCloud" "de": "Klassisches ownCloud"
}, },
"icon": "switch_ui", "icon": "switch_ui",
"url": "https://ocis.example.org", "url": "https://oc10.example.org",
"target": "_self" "target": "_self"
}, },
{ {
@@ -25,7 +25,7 @@
"de": "Einstellungen" "de": "Einstellungen"
}, },
"icon": "application", "icon": "application",
"url": "https://ocis.example.org/index.php/settings/personal", "url": "https://oc10.example.org/index.php/settings/personal",
"target": "_self", "target": "_self",
"menu": "user" "menu": "user"
} }