Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: broken URLs fixed (backport release-3.1.x) #15728

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/sources/setup/install/helm/deployment-guides/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,6 @@ k6 is one of the fastest ways to test your Loki deployment. This will allow you

Now that you have successfully deployed Loki in microservices mode on AWS, you may wish to explore the following:

- [Sending data to Loki](https://grafana.com/docs/loki/<LOKI_VERSION/send-data/)
- [Sending data to Loki](https://grafana.com/docs/loki/<LOKI_VERSION>/send-data/)
- [Querying Loki](https://grafana.com/docs/loki/<LOKI_VERSION>/query/)
- [Manage](https://grafana.com/docs/loki/<LOKI_VERSION/operations/)
- [Manage](https://grafana.com/docs/loki/<LOKI_VERSION>/operations/)
4 changes: 2 additions & 2 deletions docs/sources/setup/install/helm/deployment-guides/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,6 @@ k6 is one of the fastest ways to test your Loki deployment. This will allow you

Now that you have successfully deployed Loki in microservices mode on Microsoft Azure, you may wish to explore the following:

- [Sending data to Loki](https://grafana.com/docs/loki/<LOKI_VERSION/send-data/)
- [Sending data to Loki](https://grafana.com/docs/loki/<LOKI_VERSION>/send-data/)
- [Querying Loki](https://grafana.com/docs/loki/<LOKI_VERSION>/query/)
- [Manage Loki](https://grafana.com/docs/loki/<LOKI_VERSION/operations/)
- [Manage Loki](https://grafana.com/docs/loki/<LOKI_VERSION>/operations/)
Loading