diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 40f038527..116749ae9 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -825,7 +825,7 @@ Verify your app:: sudo -u www-data php occ integrity:check-app --path=/pathto/app appname When it returns nothing, your app is signed correctly. When it returns a message then there is an error. See `Code Signing -`_ in the Developer manual for more detailed information. +`_ in the Developer manual for more detailed information. .. TODO ON RELEASE: Update version number above on release diff --git a/admin_manual/issues/general_troubleshooting.rst b/admin_manual/issues/general_troubleshooting.rst index 5da0cc58d..48d77dbb0 100644 --- a/admin_manual/issues/general_troubleshooting.rst +++ b/admin_manual/issues/general_troubleshooting.rst @@ -32,7 +32,8 @@ configuration report with the :ref:`occ config command .. _the Nextcloud Forums: https://help.nextcloud.com .. _FAQ page: https://help.nextcloud.com/c/faq .. _bugtracker: https://github.com/nextcloud/server/issues - https://docs.nextcloud.org/server/latest/developer_manual/bugtracker/index.html + https://docs.nextcloud.com/server/latest/developer_manual/prologue/bugtracker/index.html + .. TODO ON RELEASE: Update version number above on release General troubleshooting diff --git a/developer_manual/client_apis/OCS/ocs-share-api.rst b/developer_manual/client_apis/OCS/ocs-share-api.rst index 12f588313..b38c8398f 100644 --- a/developer_manual/client_apis/OCS/ocs-share-api.rst +++ b/developer_manual/client_apis/OCS/ocs-share-api.rst @@ -141,7 +141,7 @@ Federated Cloud Shares ---------------------- Both the sending and the receiving instance need to have federated cloud sharing -enabled and configured. See `Configuring Federated Cloud Sharing `_. +enabled and configured. See `Configuring Federated Cloud Sharing `_. .. TODO ON RELEASE: Update version number above on release diff --git a/developer_manual/getting_started/devenv.rst b/developer_manual/getting_started/devenv.rst index 68a65e9aa..9f96d64f9 100644 --- a/developer_manual/getting_started/devenv.rst +++ b/developer_manual/getting_started/devenv.rst @@ -20,7 +20,7 @@ Get the source There are two ways to obtain Nextcloud sources: -* Using the `stable version `_ +* Using the `stable version `_ * Using the development version from `GitHub`_ which will be explained below. .. TODO ON RELEASE: Update version number above on release diff --git a/developer_manual/prologue/development_process.rst b/developer_manual/prologue/development_process.rst index 2ec1a8ee1..08d63f9fe 100644 --- a/developer_manual/prologue/development_process.rst +++ b/developer_manual/prologue/development_process.rst @@ -257,7 +257,7 @@ the Kanban board by Milestone, making it especially easy to focus on the current Release. .. _kanban board: https://en.wikipedia.org/wiki/Kanban_board -.. _forums: https://help.nextcloud.org +.. _forums: https://help.nextcloud.com .. _Gherkin: https://github.com/cucumber/cucumber/wiki/Gherkin .. _existing ones: https://github.com/nextcloud/server/tree/master/build/integration/features .. _“Given … when … then …“: https://github.com/cucumber/cucumber/wiki/Given-When-Then diff --git a/user_manual/files/encrypting_files.rst b/user_manual/files/encrypting_files.rst index 57da70837..bfaa6ad25 100644 --- a/user_manual/files/encrypting_files.rst +++ b/user_manual/files/encrypting_files.rst @@ -34,7 +34,7 @@ How can encryption be disabled? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The only way to disable encryption is to run the `"decrypt all" -`_ +`_ script, which decrypts all files and disables encryption. Is it possible to disable encryption with the recovery key? @@ -42,7 +42,7 @@ Is it possible to disable encryption with the recovery key? Yes, *if* every user uses the `file recovery key `_, `"decrypt all" -`_ will use it to decrypt all files. +`_ will use it to decrypt all files. .. TODO ON RELEASE: Update version number above on release diff --git a/user_manual/files/large_file_upload.rst b/user_manual/files/large_file_upload.rst index 12e722a0a..4c7a126a7 100644 --- a/user_manual/files/large_file_upload.rst +++ b/user_manual/files/large_file_upload.rst @@ -9,7 +9,7 @@ Modifying certain Nextcloud variables requires administrative access. If you req * Contact your administrator to request an increase in these variables * Refer to the section in the `Admin Documentation - `_ that describes how to manage file + `_ that describes how to manage file upload size limits. .. TODO ON RELEASE: Update version number above on release diff --git a/user_manual/pim/sync_ios.rst b/user_manual/pim/sync_ios.rst index f63f20f94..b9e29ab0f 100644 --- a/user_manual/pim/sync_ios.rst +++ b/user_manual/pim/sync_ios.rst @@ -43,5 +43,5 @@ You should now find your contacts in the address book of your iPhone. If it's still not working, have a look at the `Troubleshooting Contacts & Calendar`_ guide. -.. _Troubleshooting Contacts & Calendar: https://docs.nextcloud.org/server/stable/admin_manual/issues/index.html#troubleshooting-contacts-calendar +.. _Troubleshooting Contacts & Calendar: https://docs.nextcloud.com/server/stable/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar .. TODO ON RELEASE: Update version number above on release