diff --git a/user_manual/files/access_webdav.rst b/user_manual/files/access_webdav.rst index 0761de5b2..96509b8a8 100644 --- a/user_manual/files/access_webdav.rst +++ b/user_manual/files/access_webdav.rst @@ -72,7 +72,12 @@ The URL to use when configuring third-party apps to connect to Nextcloud is a bi URL of your Nextcloud server (omit the directory part if the installation is in the root of your domain), and **USERNAME** with the username of the connecting user. - See the WebDAV URL (bottom left in settings) on your Nextcloud. + See the WebDAV URL, to be found in Files Settings -> WebDAV in the Files on your Nextcloud account. + + .. image:: ../images/webdav_link.png + :alt: Screenshot of the Files settings showing the personal WebDAV link + + Accessing files using Linux diff --git a/user_manual/images/webdav_link.png b/user_manual/images/webdav_link.png new file mode 100644 index 000000000..363270ab2 Binary files /dev/null and b/user_manual/images/webdav_link.png differ