]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Update dev documentation URL 31724/head
authorTatjana Dehler <tdehler@suse.com>
Tue, 19 Nov 2019 08:38:14 +0000 (09:38 +0100)
committerTatjana Dehler <tdehler@suse.com>
Wed, 20 Nov 2019 08:30:55 +0000 (09:30 +0100)
Update the developer documentation URL because the
old one is only returning "403 Forbidden".

Signed-off-by: Tatjana Dehler <tdehler@suse.com>
src/pybind/mgr/dashboard/README.rst

index 0756845ecb1ded63f8fbada93dcfbbb526650246..03b6cc0451a354bbcd7361e2e14f11bdc316256e 100644 (file)
@@ -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 <http://docs.ceph.com/docs/master/dev/>`_ for details on how to
-accomplish this.
+documentation
+<https://docs.ceph.com/docs/master/dev/developer_guide/#building-from-source>`_
+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
-<http://docs.ceph.com/docs/master/mgr/dashboard/>`_ for details on how to enable
+<https://docs.ceph.com/docs/master/mgr/dashboard/>`_ 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.