Skip to content

Commit

Permalink
docs: fix broken link (#12757)
Browse files Browse the repository at this point in the history
(cherry picked from commit 904ef6e)
  • Loading branch information
JStickler authored and grafana-delivery-bot[bot] committed Apr 23, 2024
1 parent 145a10d commit 79159fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/sources/send-data/promtail/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ or there is a Helm chart to install it in a Kubernetes cluster.
## Install the binary

Every Grafana Loki release includes binaries for Promtail which can be found on the
[Releases page](https://github.com/grafana/loki/releases) as part of the release assets.
[Releases page](https://github.com/grafana/loki/releases) as part of the release assets.

## Install using APT or RPM package manager

See the instructions [here](https://grafana.com/docs/loki/setup/install/local/#install-using-apt-or-rpm-package-manager).
See the instructions [here](https://grafana.com/docs/loki/<LOKI_VERSION>/setup/install/local/#install-using-apt-or-rpm-package-manager).

## Install using Docker
## Install using Docker

```bash
# modify tag to most recent version
Expand All @@ -45,6 +45,7 @@ helm repo update
```

Create the configuration file `values.yaml`. The example below illustrates a connection to the locally deployed loki server:

```yaml
config:
# publish data to loki
Expand Down

0 comments on commit 79159fd

Please sign in to comment.