diff --git a/admin_manual/index.rst b/admin_manual/index.rst index 0ba010272..2f6405d4e 100644 --- a/admin_manual/index.rst +++ b/admin_manual/index.rst @@ -45,7 +45,7 @@ respective manuals: * `Nextcloud Android App`_ * `Nextcloud iOS App`_ -.. _`Nextcloud User Manual`: https://docs.nextcloud.org/server/9.0/user_manual/ +.. _`Nextcloud User Manual`: https://docs.nextcloud.org/server/10/user_manual/ .. _`Nextcloud/ownCloud Desktop Client`: https://doc.owncloud.org/desktop/2.2/ .. _`Nextcloud Android App`: https://docs.nextcloud.org/android/ .. _`Nextcloud iOS App`: https://docs.nextcloud.org/ios/ diff --git a/admin_manual/installation/deployment_recommendations.rst b/admin_manual/installation/deployment_recommendations.rst index 55de69308..76713e0aa 100644 --- a/admin_manual/installation/deployment_recommendations.rst +++ b/admin_manual/installation/deployment_recommendations.rst @@ -482,11 +482,11 @@ References .. TODO ON RELEASE: Update version number below on release .. _Maintenance: - https://docs.nextcloud.org/server/9/admin_manual/maintenance/index.html + https://docs.nextcloud.org/server/10/admin_manual/maintenance/index.html .. _User Authentication with LDAP: - https://docs.nextcloud.org/server/9/admin_manual/configuration_user/user_auth_ldap.html + https://docs.nextcloud.org/server/10/admin_manual/configuration_user/user_auth_ldap.html .. _Configuring Memory Caching: - https://docs.nextcloud.org/server/9/admin_manual/configuration_server/caching_configuration.html + https://docs.nextcloud.org/server/10/admin_manual/configuration_server/caching_configuration.html .. _Nextcloud Server or Enterprise Edition: https://nextcloud.com/enterprise/ .. _F5 Big-IP: https://f5.com/products/big-ip/ diff --git a/developer_manual/core/ocs-share-api.rst b/developer_manual/core/ocs-share-api.rst index 901d22280..0542f671e 100644 --- a/developer_manual/core/ocs-share-api.rst +++ b/developer_manual/core/ocs-share-api.rst @@ -136,7 +136,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 Create a new Federated Cloud Share diff --git a/developer_manual/general/devenv.rst b/developer_manual/general/devenv.rst index f3235349a..9853d232a 100644 --- a/developer_manual/general/devenv.rst +++ b/developer_manual/general/devenv.rst @@ -11,7 +11,7 @@ Please follow the steps on this page to set up your development environment. Set up Web server and database ============================== -First `set up your Web server and database `_ (**Section**: Manual Installation - Prerequisites). +First `set up your Web server and database `_ (**Section**: Manual Installation - Prerequisites). .. TODO ON RELEASE: Update version number above on release @@ -20,7 +20,7 @@ Get the source There are two ways to obtain Nextcloud sources: -* Using the `stable version `_ +* Using the `stable version `_ .. TODO ON RELEASE: Update version number above on release * Using the development version from `GitHub`_ which will be explained below. diff --git a/user_manual/external_storage/external_storage.rst b/user_manual/external_storage/external_storage.rst index 1f1ddeffe..0e03714ec 100644 --- a/user_manual/external_storage/external_storage.rst +++ b/user_manual/external_storage/external_storage.rst @@ -6,7 +6,7 @@ The External Storage application allows you to mount external storage services, such as Google Drive, Dropbox, Amazon S3, SMB/CIFS fileservers, and FTP servers in Nextcloud. Your Nextcloud server administrator controls which of these are available to you. Please see `Configuring External Storage (GUI) -`_ in the Nextcloud Administrator's manual for configuration howtos and examples. diff --git a/user_manual/files/large_file_upload.rst b/user_manual/files/large_file_upload.rst index 101bab5af..712d30f44 100644 --- a/user_manual/files/large_file_upload.rst +++ b/user_manual/files/large_file_upload.rst @@ -15,7 +15,7 @@ set by your administrator): * Contact your administrator to request an increase in these variables * Refer to the section in the `Admin Documentation - `_ that describes how to manage file upload size limits. .. TODO ON RELEASE: Update version number above on release