Skip to content

Commit

Permalink
[DOC] Fix broken links from doc 404 report (#3489)
Browse files Browse the repository at this point in the history
  • Loading branch information
knylander-grafana authored Aug 16, 2024
1 parent 4bf223f commit 3d63809
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ docker run \

To verify that the profiles are received by the Pyroscope server, go to the Pyroscope UI or [Grafana Pyroscope datasource][pyroscope-ds]. Then select a profile type and a service from the dropdown menu.

[pyroscope-ds]: /docs/grafana/latest/datasources/grafana-pyroscope/
[pyroscope-ds]: /docs/grafana/<GRAFANA_VERSION>/datasources/pyroscope/
[config-reference]: ../configuration/
[gcloud]: /products/cloud/
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ To verify that the profiles are received by the Pyroscope server, go to the Pyro
[gcloud]: /products/cloud/
[helm]: https://helm.sh/docs/intro/install/
[kubectl]: https://kubernetes.io/docs/tasks/tools/install-kubectl/
[pyroscope-ds]: /docs/grafana/latest/datasources/grafana-pyroscope/
[pyroscope-ds]: /docs/grafana/<GRAFANA_VERSION>/datasources/pyroscope/
[config-reference]: ../configuration/
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Make sure you're running the agent with root privileges which are required for t
To verify that the profiles are received by the Pyroscope server, go to the Pyroscope UI or [Grafana Pyroscope datasource][pyroscope-ds]. Select a profile type and a service from the drop-down menu.

[agent-install]: /docs/agent/latest/flow/setup/install/linux/
[pyroscope-ds]: /docs/grafana/latest/datasources/grafana-pyroscope/
[pyroscope-ds]: /docs/grafana/<GRAFANA_VERSION>/datasources/pyroscope/
[config-reference]: ../configuration/
[gcloud]: /products/cloud/
[discovery.process](/docs/agent/next/flow/reference/components/discovery.process/)
12 changes: 6 additions & 6 deletions docs/sources/configure-client/grafana-agent/go_pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,12 @@ router.PathPrefix("/debug/pprof").Handler(http.DefaultServeMux)
### Grafana Alloy
- [Grafana Alloy](https://grafana.com/docs/alloy/latest/)
- [pyroscope.scrape](https://grafana.com/docs/alloy/latest/reference/components/pyroscope/pyroscope.scrape/)
- [pyroscope.write](https://grafana.com/docs/alloy/latest/reference/components/pyroscope/pyroscope.write/)
- [discovery.kubernetes](https://grafana.com/docs/alloy/latest/reference/components/discovery/discovery.kubernetes/)
- [discovery.docker](/docs/alloy/latest/flow/reference/components/discovery/discovery.docker/)
- [discovery.relabel](/docs/alloy/latest/flow/reference/components/discovery/discovery.relabel/)
- [Grafana Alloy](https://grafana.com/docs/alloy/<ALLOY_VERSION>/)
- [pyroscope.scrape](https://grafana.com/docs/alloy/<ALLOY_VERSION>/reference/components/pyroscope/pyroscope.scrape/)
- [pyroscope.write](https://grafana.com/docs/alloy/<ALLOY_VERSION>/reference/components/pyroscope/pyroscope.write/)
- [discovery.kubernetes](https://grafana.com/docs/alloy/<ALLOY_VERSION>/reference/components/discovery/discovery.kubernetes/)
- [discovery.docker](/docs/alloy/<ALLOY_VERSION>/reference/components/discovery/discovery.docker/)
- [discovery.relabel](/docs/alloy/<ALLOY_VERSION>/reference/components/discovery/discovery.relabel/)
### Grafana Agent
Expand Down
12 changes: 6 additions & 6 deletions docs/sources/configure-client/grafana-agent/java/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,12 @@ For more information:

### Grafana Alloy

- [Grafana Alloy](https://grafana.com/docs/alloy/latest/)
- [pyroscope.scrape](https://grafana.com/docs/alloy/latest/reference/components/pyroscope/pyroscope.scrape/)
- [pyroscope.write](https://grafana.com/docs/alloy/latest/reference/components/pyroscope/pyroscope.write/)
- [discovery.kubernetes](https://grafana.com/docs/alloy/latest/reference/components/discovery/discovery.kubernetes/)
- [discovery.docker](/docs/alloy/latest/flow/reference/components/discovery/discovery.docker/)
- [discovery.relabel](/docs/alloy/latest/flow/reference/components/discovery/discovery.relabel/)
- [Grafana Alloy](https://grafana.com/docs/alloy/<ALLOY_VERSION>/)
- [pyroscope.scrape](https://grafana.com/docs/alloy/<ALLOY_VERSION>/reference/components/pyroscope/pyroscope.scrape/)
- [pyroscope.write](https://grafana.com/docs/alloy/<ALLOY_VERSION>/reference/components/pyroscope/pyroscope.write/)
- [discovery.kubernetes](https://grafana.com/docs/alloy/<ALLOY_VERSION>/reference/components/discovery/discovery.kubernetes/)
- [discovery.docker](/docs/alloy/<ALLOY_VERSION>/reference/components/discovery/discovery.docker/)
- [discovery.relabel](/docs/alloy/<ALLOY_VERSION>/reference/components/discovery/discovery.relabel/)

### Grafana Agent

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/view-and-analyze-profile-data/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ For more information on using profiles in Grafana, refer to [Pyroscope and profi

The Pyroscope app plugin works for Grafana Cloud.

For more information on configuring these data sources, refer to the Pyroscope data source documentation in [Grafana Cloud](/docs/grafana-cloud/connect-externally-hosted/data-sources/pyroscope/) and [Grafana](/docs/grafana/latest/datasources/grafana-pyroscope/).
For more information on configuring these data sources, refer to the Pyroscope data source documentation in [Grafana Cloud](/docs/grafana-cloud/connect-externally-hosted/data-sources/pyroscope/) and [Grafana](/docs/grafana/<GRAFANA_VERSION>/datasources/pyroscope/).

0 comments on commit 3d63809

Please sign in to comment.