From e5253fb92a1b0027eb5721108dfc681a6762fcf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20St=C3=BCckler?= Date: Mon, 17 Mar 2025 20:31:16 +0100 Subject: [PATCH] fix: dead link for core navigation ocs api MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Moritz Stückler --- .../configuration_server/config_sample_php_parameters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 4b232c9d6..8e5010f65 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1931,7 +1931,7 @@ defaultapp 'defaultapp' => 'dashboard,files', Set the default app to open on login. The entry IDs can be retrieved from -the Navigations OCS API endpoint: https://docs.nextcloud.com/server/latest/develper_manual/_static/openapi.html#/operations/core-navigation-get-apps-navigation. +the Navigations OCS API endpoint: https://docs.nextcloud.com/server/stable/developer_manual/_static/openapi.html#/operations/core-navigation-get-apps-navigation. You can use a comma-separated list of app names, so if the first app is not enabled for a user then Nextcloud will try the second one, and so