From 3d638098a3face9cdc9b9f833231e4718d428275 Mon Sep 17 00:00:00 2001 From: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:27:18 -0400 Subject: [PATCH] [DOC] Fix broken links from doc 404 report (#3489) --- .../grafana-agent/ebpf/setup-docker.md | 2 +- .../grafana-agent/ebpf/setup-kubernetes.md | 2 +- .../grafana-agent/ebpf/setup-linux.md | 2 +- .../configure-client/grafana-agent/go_pull.md | 12 ++++++------ .../configure-client/grafana-agent/java/_index.md | 12 ++++++------ docs/sources/view-and-analyze-profile-data/_index.md | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/sources/configure-client/grafana-agent/ebpf/setup-docker.md b/docs/sources/configure-client/grafana-agent/ebpf/setup-docker.md index 500d77d7be..02ac9f7cd2 100644 --- a/docs/sources/configure-client/grafana-agent/ebpf/setup-docker.md +++ b/docs/sources/configure-client/grafana-agent/ebpf/setup-docker.md @@ -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//datasources/pyroscope/ [config-reference]: ../configuration/ [gcloud]: /products/cloud/ diff --git a/docs/sources/configure-client/grafana-agent/ebpf/setup-kubernetes.md b/docs/sources/configure-client/grafana-agent/ebpf/setup-kubernetes.md index 377a040e17..a418acc983 100644 --- a/docs/sources/configure-client/grafana-agent/ebpf/setup-kubernetes.md +++ b/docs/sources/configure-client/grafana-agent/ebpf/setup-kubernetes.md @@ -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//datasources/pyroscope/ [config-reference]: ../configuration/ diff --git a/docs/sources/configure-client/grafana-agent/ebpf/setup-linux.md b/docs/sources/configure-client/grafana-agent/ebpf/setup-linux.md index 7201ca653d..97fbc513e3 100644 --- a/docs/sources/configure-client/grafana-agent/ebpf/setup-linux.md +++ b/docs/sources/configure-client/grafana-agent/ebpf/setup-linux.md @@ -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//datasources/pyroscope/ [config-reference]: ../configuration/ [gcloud]: /products/cloud/ [discovery.process](/docs/agent/next/flow/reference/components/discovery.process/) diff --git a/docs/sources/configure-client/grafana-agent/go_pull.md b/docs/sources/configure-client/grafana-agent/go_pull.md index 40790a51ed..776b67d4b1 100644 --- a/docs/sources/configure-client/grafana-agent/go_pull.md +++ b/docs/sources/configure-client/grafana-agent/go_pull.md @@ -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//) +- [pyroscope.scrape](https://grafana.com/docs/alloy//reference/components/pyroscope/pyroscope.scrape/) +- [pyroscope.write](https://grafana.com/docs/alloy//reference/components/pyroscope/pyroscope.write/) +- [discovery.kubernetes](https://grafana.com/docs/alloy//reference/components/discovery/discovery.kubernetes/) +- [discovery.docker](/docs/alloy//reference/components/discovery/discovery.docker/) +- [discovery.relabel](/docs/alloy//reference/components/discovery/discovery.relabel/) ### Grafana Agent diff --git a/docs/sources/configure-client/grafana-agent/java/_index.md b/docs/sources/configure-client/grafana-agent/java/_index.md index 7ea5c5f336..f1d5241a13 100644 --- a/docs/sources/configure-client/grafana-agent/java/_index.md +++ b/docs/sources/configure-client/grafana-agent/java/_index.md @@ -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//) +- [pyroscope.scrape](https://grafana.com/docs/alloy//reference/components/pyroscope/pyroscope.scrape/) +- [pyroscope.write](https://grafana.com/docs/alloy//reference/components/pyroscope/pyroscope.write/) +- [discovery.kubernetes](https://grafana.com/docs/alloy//reference/components/discovery/discovery.kubernetes/) +- [discovery.docker](/docs/alloy//reference/components/discovery/discovery.docker/) +- [discovery.relabel](/docs/alloy//reference/components/discovery/discovery.relabel/) ### Grafana Agent diff --git a/docs/sources/view-and-analyze-profile-data/_index.md b/docs/sources/view-and-analyze-profile-data/_index.md index 6c78a8c2c8..352d4805e8 100644 --- a/docs/sources/view-and-analyze-profile-data/_index.md +++ b/docs/sources/view-and-analyze-profile-data/_index.md @@ -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//datasources/pyroscope/).