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>
$ 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::
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