From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Fri, 5 Jul 2019 10:34:51 +0000 (+0200) Subject: mgr/dashboard: Fix link format X-Git-Tag: v15.1.0~2247^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fe6dd4b957bc96c852dceb4d7daa009791b3ea67;p=ceph-ci.git mgr/dashboard: Fix link format Fix link (compodoc section) with wrong format. Signed-off-by: Ernesto Puerta --- diff --git a/src/pybind/mgr/dashboard/HACKING.rst b/src/pybind/mgr/dashboard/HACKING.rst index 685c22a46a2..5c7dda3886d 100644 --- a/src/pybind/mgr/dashboard/HACKING.rst +++ b/src/pybind/mgr/dashboard/HACKING.rst @@ -72,7 +72,7 @@ Run ``npm run doc-build`` to generate code docs in the ``documentation/`` directory. To make them accesible locally for a web browser, run ``npm run doc-serve`` and they will become available at ``http://localhost:8444``. With ``npm run compodoc -- `` you may -`fully configure it https://compodoc.app/guides/usage.html`_. +`fully configure it `_. Code linting and formatting ~~~~~~~~~~~~~~~~~~~~~~~~~~~~