Skip to content

Commit

Permalink
Fix link to API docs (#9517)
Browse files Browse the repository at this point in the history
**What this PR does / why we need it**:

Fix the link to the API docs. 

**Special notes for your reviewer**:

**Checklist**
- [x] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [x] Documentation added
- [ ] Tests updated
- [ ] `CHANGELOG.md` updated
- [ ] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/upgrading/_index.md`
- [ ] For Helm chart changes bump the Helm chart version in
`production/helm/loki/Chart.yaml` and update
`production/helm/loki/CHANGELOG.md` and
`production/helm/loki/README.md`. [Example
PR](d10549e)

Co-authored-by: Irapuan Bottosso <irapuan@Irapuans-MacBook-Pro-2.local>
  • Loading branch information
irapuan and Irapuan Bottosso authored May 30, 2023
1 parent 2830ec3 commit a7976b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Loki differs from Prometheus by focusing on logs instead of metrics, and deliver

Commonly used sections:

- [API documentation](https://grafana.com/docs/loki/latest/reference/api/) for getting logs into Loki.
- [API documentation](https://grafana.com/docs/loki/latest/api/) for getting logs into Loki.
- [Labels](https://grafana.com/docs/loki/latest/getting-started/labels/)
- [Operations](https://grafana.com/docs/loki/latest/operations/)
- [Promtail](https://grafana.com/docs/loki/latest/clients/promtail/) is an agent which tails log files and pushes them to Loki.
Expand Down

0 comments on commit a7976b5

Please sign in to comment.