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.