]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr/dashboard: Fix typo and double-slash missing from URL 46075/head
authorbluikko <14869000+bluikko@users.noreply.github.com>
Thu, 28 Apr 2022 10:07:23 +0000 (17:07 +0700)
committerbluikko <14869000+bluikko@users.noreply.github.com>
Sun, 1 May 2022 03:37:33 +0000 (10:37 +0700)
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>
doc/mgr/dashboard.rst

index 60fca266e3ec65ac6da6aa9be78db827e1d43e46..5bfcced4c240d071a18acad01ff587059b85c5e8 100644 (file)
@@ -581,7 +581,7 @@ running/deployed::
 
   $ ceph dashboard set-grafana-api-url <grafana-server-url>  # default: ''
 
-The format of url is : `<protocol>:<IP-address>:<port>`
+The format of the URL : `<protocol>://<IP-address>:<port>`
 
 .. note::
 
@@ -596,7 +596,7 @@ The format of url is : `<protocol>:<IP-address>:<port>`
 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