From: Tatjana Dehler Date: Tue, 19 Nov 2019 08:38:14 +0000 (+0100) Subject: mgr/dashboard: Update dev documentation URL X-Git-Tag: v15.1.0~816^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=650be211a4fd7b14f53bec21fd037be764e44923;p=ceph.git mgr/dashboard: Update dev documentation URL Update the developer documentation URL because the old one is only returning "403 Forbidden". Signed-off-by: Tatjana Dehler --- diff --git a/src/pybind/mgr/dashboard/README.rst b/src/pybind/mgr/dashboard/README.rst index 0756845ecb1..03b6cc0451a 100644 --- a/src/pybind/mgr/dashboard/README.rst +++ b/src/pybind/mgr/dashboard/README.rst @@ -13,8 +13,9 @@ Enabling and Starting the Dashboard If you want to start the dashboard from within a development environment, you need to have built Ceph (see the toplevel ``README.md`` file and the `developer -documentation `_ for details on how to -accomplish this. +documentation +`_ +for details on how to accomplish this. Finally, you need to build the dashboard frontend code. See the file ``HACKING.rst`` in this directory for instructions on setting up the necessary @@ -25,7 +26,7 @@ will configure and enable the dashboard automatically. The URL and login credentials are displayed when the script finishes. Please see the `Ceph Dashboard documentation -`_ for details on how to enable +`_ for details on how to enable and configure the dashboard manually and how to configure other settings, e.g. access to the Ceph object gateway.