Skip to content

Commit 66c4b92

Browse files
Correct link errors, 404s, and incorrect syntax in Agent documentation (#5319)
* Fixing link errors from Hugo build report * More link corrections * Fix malformed relrefs * Fix more broken links and bad anchors * Fix a few typos and missed elements
1 parent 4e4ab76 commit 66c4b92

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+148
-130
lines changed

docs/sources/flow/concepts/clustering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ canonical: https://grafana.com/docs/agent/latest/flow/concepts/clustering/
77
labels:
88
stage: beta
99
menuTitle: Clustering
10-
title: Grafana Agent clustering concepts
10+
title: Clustering (beta)
1111
description: Learn about Grafana Agent clustering concepts
1212
weight: 500
1313
---

docs/sources/flow/concepts/configuration_language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ This file has two blocks:
104104
River is documented in detail in [Configuration language][config-docs] section
105105
of the Grafana Agent Flow docs.
106106

107-
[config-docs]: {{< relref "../config-language/" >}}
107+
[config-docs]: {{< relref "../config-language" >}}

docs/sources/flow/config-language/expressions/function_calls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: Learn about function calls
1010
weight: 400
1111
---
1212

13-
# Function Calls
13+
# Function calls
1414
Function calls is one more River feature that lets users build richer
1515
expressions.
1616

@@ -31,4 +31,4 @@ env("HOME")
3131
json_decode(local.file.cfg.contents)["namespace"]
3232
```
3333

34-
[standard library]: {{< relref "../../reference/stdlib/_index.md" >}}
34+
[standard library]: {{< relref "../../reference/stdlib" >}}

docs/sources/flow/config-language/expressions/types_and_values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ the following conventions for referring to types:
4545
descending units can be combined to add their values together; `"1h30m"` is
4646
the same as `"90m"`.
4747

48-
[component reference]: {{< relref "../../reference/components/" >}}
48+
[component reference]: {{< relref "../../reference/components" >}}
4949

5050
## Numbers
5151

docs/sources/flow/config-language/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following example sets the `log_level` attribute to `"debug"`.
4545
log_level = "debug"
4646
```
4747

48-
The `ATTRIBUTE_NAME` must be a valid River [identifier](#identifier).
48+
The `ATTRIBUTE_NAME` must be a valid River [identifier](#identifiers).
4949

5050
The `ATTRIBUTE_VALUE` can be either a constant value of a valid River
5151
[type]({{< relref "./expressions/types_and_values.md" >}}) (eg. string,

docs/sources/flow/getting-started/configure-agent-clustering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: Learn how to configure Grafana Agent clustering in an existing inst
1010
weight: 400
1111
---
1212

13-
# Configure Grafana Agent clustering
13+
# Configure Grafana Agent clustering in an existing installation
1414

1515
You can configure Grafana Agent to run with [clustering][] so that
1616
individual agents can work together for workload distribution and high

docs/sources/flow/getting-started/distribute-prometheus-scrape-load.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/integrations/agent/flow/getting-started/distribute-prometheus-scrape-load/
66
canonical: https://grafana.com/docs/agent/latest/flow/getting-started/distribute-prometheus-scrape-load/
77
menuTitle: Distribute Prometheus metrics scrape load
8-
title: Distribute your Prometheus metrics scrape load
8+
title: Distribute Prometheus metrics scrape load
99
description: Learn how to distribute your Prometheus metrics scrape load
1010
weight: 500
1111
---

docs/sources/flow/getting-started/migrating-from-prometheus.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ aliases:
44
- /docs/grafana-cloud/monitor-infrastructure/agent/flow/getting-started/migrating-from-prometheus/
55
- /docs/grafana-cloud/monitor-infrastructure/integrations/agent/flow/getting-started/migrating-from-prometheus/
66
canonical: https://grafana.com/docs/agent/latest/flow/getting-started/migrating-from-prometheus/
7-
description: Learn how to migrate your configuration from Prometheus to Grafana Agent
8-
flow mode
97
menuTitle: Migrate from Prometheus
10-
title: Migrate from Prometheus to Grafana Agent flow mode
11-
description: Learn how to migrate from Prometheus to Grafana Agent flow mode
8+
title: Migrate from Prometheus to Grafana Agent Flow
9+
description: Learn how to migrate from Prometheus to Grafana Agent Flow
1210
weight: 320
1311
---
1412

15-
# Migrate from Prometheus to Grafana Agent
13+
# Migrate from Prometheus to Grafana Agent Flow
1614

1715
The built-in Grafana Agent convert command can migrate your [Prometheus][] configuration to a Grafana Agent flow configuration.
1816

docs/sources/flow/getting-started/migrating-from-promtail.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ aliases:
44
- /docs/grafana-cloud/monitor-infrastructure/agent/flow/getting-started/migrating-from-promtail/
55
- /docs/grafana-cloud/monitor-infrastructure/integrations/agent/flow/getting-started/migrating-from-promtail/
66
canonical: https://grafana.com/docs/agent/latest/flow/getting-started/migrating-from-promtail/
7-
description: Learn how to migrate your configuration from Promtail to Grafana Agent
8-
Flow Mode
97
menuTitle: Migrate from Promtail
10-
title: Migrate from Promtail to Grafana Agent Flow mode
11-
description: Learn how to migrate from Promtail to Grafana Agent Flow mode
8+
title: Migrate from Promtail to Grafana Agent Flow
9+
description: Learn how to migrate from Promtail to Grafana Agent Flow
1210
weight: 330
1311
---
1412

15-
# Migrate from Promtail to Grafana Agent
13+
# Migrate from Promtail to Grafana Agent Flow
1614

1715
The built-in Grafana Agent convert command can migrate your [Promtail][]
1816
configuration to a Grafana Agent flow configuration.
@@ -22,7 +20,7 @@ This topic describes how to:
2220
* Convert a Promtail configuration to a Flow Mode configuration.
2321
* Run a Promtail configuration natively using Grafana Agent Flow Mode.
2422

25-
[Promtail]: https://grafana.com/docs/loki/latest/clients/promtail/
23+
[Promtail]: /docs/loki/latest/clients/promtail/
2624

2725
## Components used in this topic
2826

@@ -207,6 +205,6 @@ Furthermore, we recommend that you review the following checklist:
207205
* Note that the Agent exposes the [Grafana Agent Flow UI][], which differs
208206
from Promtail's Web UI.
209207
210-
[expanded in the config file]: https://grafana.com/docs/loki/latest/clients/promtail/configuration/#use-environment-variables-in-the-configuration
208+
[expanded in the config file]: /docs/loki/latest/clients/promtail/configuration/#use-environment-variables-in-the-configuration
211209
212-
[Grafana Agent Flow UI]: https://grafana.com/docs/agent/latest/flow/monitoring/debugging/#grafana-agent-flow-ui
210+
[Grafana Agent Flow UI]: /docs/agent/latest/flow/monitoring/debugging/#grafana-agent-flow-ui

docs/sources/flow/getting-started/opentelemetry-to-lgtm-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ loki.write "grafana_cloud_loki" {
140140
}
141141
```
142142

143-
[Grafana Loki]: https://grafana.com/oss/loki/
143+
[Grafana Loki]: /oss/loki/
144144

145145
## Grafana Tempo
146146

0 commit comments

Comments
 (0)