From fe6dd4b957bc96c852dceb4d7daa009791b3ea67 Mon Sep 17 00:00:00 2001 From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Fri, 5 Jul 2019 12:34:51 +0200 Subject: [PATCH] mgr/dashboard: Fix link format Fix link (compodoc section) with wrong format. Signed-off-by: Ernesto Puerta --- src/pybind/mgr/dashboard/HACKING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.39.5