From d14f8fffc8791bd26a81fa0d7ae26bcde0cb1f97 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Mon, 2 Oct 2017 23:08:15 +0200 Subject: [PATCH] Fix link to theming doc --- developer_manual/core/theming.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/core/theming.rst b/developer_manual/core/theming.rst index 8a4eb9102..d96e790a6 100644 --- a/developer_manual/core/theming.rst +++ b/developer_manual/core/theming.rst @@ -2,7 +2,7 @@ Theming Nextcloud ================= Themes can be used to customize the look and feel of Nextcloud. -.. note:: This is an advanced way of theming Nextcloud; the Nextcloud team recommends instead the use of the `theming app <../../admin_manual/configuration_server/theming.html>` which, when enabled, can be accessed from the Admin settings. +.. note:: This is an advanced way of theming Nextcloud; the Nextcloud team recommends instead the use of the :doc:`../../admin_manual/configuration_server/theming` app which, when enabled, can be accessed from the Admin settings. Getting started ===============