From: bluikko <14869000+bluikko@users.noreply.github.com> Date: Thu, 28 Apr 2022 10:07:23 +0000 (+0700) Subject: doc/mgr/dashboard: Fix typo and double-slash missing from URL X-Git-Tag: v17.2.1~78^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F46075%2Fhead;p=ceph.git doc/mgr/dashboard: Fix typo and double-slash missing from URL The document lists the format of URL with the slashes missing after colon, also improved the language on it. Also fixed a typo with extra "n" in "matchn". Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index 60fca266e3ec..5bfcced4c240 100644 --- a/doc/mgr/dashboard.rst +++ b/doc/mgr/dashboard.rst @@ -581,7 +581,7 @@ running/deployed:: $ ceph dashboard set-grafana-api-url # default: '' -The format of url is : `::` +The format of the URL : `://:` .. note:: @@ -596,7 +596,7 @@ The format of url is : `::` If you are using a self-signed certificate for Grafana, disable certificate verification in the dashboard to avoid refused connections, which can be a result of certificates signed by an unknown CA or that do not -matchn the host name:: +match the host name:: $ ceph dashboard set-grafana-api-ssl-verify False