mgr/dashboard: Fix link format

Fix link (compodoc section) with wrong format.

Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
This commit is contained in:
Ernesto Puerta 2019-07-05 12:34:51 +02:00 committed by GitHub
parent 8bc9c8eed4
commit fe6dd4b957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 -- <opts>`` you may
`fully configure it https://compodoc.app/guides/usage.html`_.
`fully configure it <https://compodoc.app/guides/usage.html>`_.
Code linting and formatting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~