docs: fix localhost link in logcli getting-started (#16942)

Signed-off-by: Saya <379924+chu121su12@users.noreply.github.com>
pull/16966/head
Saya 2 months ago committed by GitHub
parent fd64d94036
commit dd5988d891
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/sources/query/logcli/getting-started.md

@ -68,7 +68,7 @@ Once you have installed logcli, you can run it in the following way:
`logcli <command> [<flags>, <args> ...]`
`<command>` points to one of the commands, detailed in the [command reference](http://localhost:3002/docs/loki/<LOKI_VERSION>/query/logcli/getting-started/#logcli-command-reference) below.
`<command>` points to one of the commands, detailed in the [command reference](https://grafana.com/docs/loki/<LOKI_VERSION>/query/logcli/getting-started/#logcli-command-reference) below.
`<flags>` is one of the subcommands available for each command.

Loading…
Cancel
Save