From 032f89badb4d57cd4f2cd4318e50b5e4908bab9e Mon Sep 17 00:00:00 2001 From: Maxime LE HERICY <87175513+maximelehericy@users.noreply.github.com> Date: Thu, 18 Jun 2026 14:50:49 +0200 Subject: [PATCH] Update upgrade_to_33.rst adding direct link to serverid conf in the config_sample_php parameters, because it currently goes to the page summary only, and one has to search for serverid Signed-off-by: Maxime LE HERICY <87175513+maximelehericy@users.noreply.github.com> --- admin_manual/release_notes/upgrade_to_33.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/release_notes/upgrade_to_33.rst b/admin_manual/release_notes/upgrade_to_33.rst index eeeb8ef4144..2046a9ba5aa 100644 --- a/admin_manual/release_notes/upgrade_to_33.rst +++ b/admin_manual/release_notes/upgrade_to_33.rst @@ -23,7 +23,7 @@ Snowflake IDs ------------- This version of Nextcloud ships with `Snowflake IDs `_. Those IDs include the creation time of object, a sequence ID and a server ID. -The server ID should now be configured in your config.php file or using environment variables. See :doc:`../configuration_server/config_sample_php_parameters` for more information. +The server ID should now be configured in your config.php file or using environment variables. See :doc:`../configuration_server/config_sample_php_parameters#serverid` for more information. OpenMetrics endpoint --------------------