Skip to content

Commit e729f14

Browse files
Fix 404 errors and bad canonical URLs in Agent docs (#6919) (#6920)
* Remove link that fails between Static and Flow * Correvy bad canonical URL * Correct bad canonical URL (cherry picked from commit 7ebd285) Co-authored-by: Clayton Cornell <[email protected]>
1 parent 6e3c0c2 commit e729f14

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/sources/flow/concepts/custom_components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ aliases:
55
- /docs/grafana-cloud/monitor-infrastructure/agent/flow/concepts/custom-components/
66
- /docs/grafana-cloud/monitor-infrastructure/integrations/agent/flow/concepts/custom-components/
77
- /docs/grafana-cloud/send-data/agent/flow/concepts/custom-components/
8-
canonical: https://grafana.com/docs/agent/latest/flow/concepts/custom-components/
8+
canonical: https://grafana.com/docs/agent/latest/flow/concepts/custom_components/
99
description: Learn about custom components
1010
title: Custom components
1111
weight: 300

docs/sources/flow/tasks/metamonitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
canonical: https://grafana.com/docs/agent/latest/flow/tasks/setup-metamonitoring/
2+
canonical: https://grafana.com/docs/agent/latest/flow/tasks/metamonitoring/
33
description: Learn how to set up meta-monitoring for Grafana Agent Flow
44
title: Set up meta-monitoring
55
weight: 200

docs/sources/shared/wal-data-retention.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Deleting a WAL segment or a WAL file permanently deletes the stored WAL data.
9292

9393
To delete the corrupted WAL:
9494

95-
1. [Stop][] Grafana Agent.
95+
1. Stop Grafana Agent.
9696
1. Find and delete the contents of the `wal` directory.
9797

9898
By default the `wal` directory is a subdirectory
@@ -107,10 +107,9 @@ To delete the corrupted WAL:
107107
* `prometheus.remote_write` component running in Flow mode
108108
{{< /admonition >}}
109109

110-
1. [Start][Stop] Grafana Agent and verify that the WAL is working correctly.
110+
1. Start Grafana Agent and verify that the WAL is working correctly.
111111

112112
[WAL block]: /docs/agent/<AGENT_VERSION>/flow/reference/components/prometheus.remote_write#wal-block
113113
[metrics config]: /docs/agent/<AGENT_VERSION>/static/configuration/metrics-config
114-
[Stop]: /docs/agent/<AGENT_VERSION>/flow/get-started/start-agent
115114
[wal_directory]: /docs/agent/<AGENT_VERSION>/static/configuration/metrics-config
116115
[run]: /docs/agent/<AGENT_VERSION>/flow/reference/cli/run

0 commit comments

Comments
 (0)