Skip to content

Commit

Permalink
Fix bad links and canonical URLs (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
clayton-cornell authored Apr 16, 2024
1 parent 217fbd9 commit 41c2df1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/sources/concepts/custom_components.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
canonical: https://grafana.com/docs/alloy/latest/concepts/custom-components/
canonical: https://grafana.com/docs/alloy/latest/concepts/custom_components/
description: Learn about custom components
title: Custom components
weight: 300
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/reference/cli/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ Refer to [alloy convert][] for more details on how `extra-args` work.
[data collection]: ../../../data-collection/
[components]: ../../concepts/components/
[component controller]: ../../../concepts/component_controller/
[UI]: ../../tasks/debug/#clustering-page
[UI]: ../../../tasks/debug/#clustering-page
2 changes: 1 addition & 1 deletion docs/sources/reference/cli/tools.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
canonical: https://grafana.com/docs/aalloyent/latest/reference/cli/tools/
canonical: https://grafana.com/docs/alloy/latest/reference/cli/tools/
description: Learn about the tools command
menuTitle: tools
title: The tools command
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/reference/components/otelcol.auth.bearer.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ otelcol.auth.bearer "creds" {
}
```

[otelcol.exporter.otlp]: {../otelcol.exporter.otlp/
[otelcol.exporter.otlp]: ../otelcol.exporter.otlp/
[otelcol.exporter.otlphttp]: ../otelcol.exporter.otlphttp/
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Name | Type | Description
Different {{< param "PRODUCT_NAME" >}} components require different load-balancing strategies.
The use of `otelcol.exporter.loadbalancing` is only necessary for [stateful components][stateful-and-stateless-components].

[stateful-and-stateless-components]: ../../../get-started/deploy-alloy/#stateful-and-stateless-components
[stateful-and-stateless-components]: ../../../get-started/deploy/#stateful-and-stateless-components

### otelcol.processor.tail_sampling
<!-- TODO: Add a picture of the architecture? -->
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/tasks/migrate/from-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ When deploying {{< param "PRODUCT_NAME" >}}, be aware of the following settings:
- Set the number of instances to match the number of instances in your Grafana Agent Flow cluster.
- Do not enable auto-scaling until the migration is complete.

[install]: ../../../get-started/install
[install]: ../../get-started/install
[run]: ../../../reference/cli/run
[discovery.process]: ../../../reference/components/discovery.process/
[pyroscope.ebpf]: ../../../reference/components/pyroscope.ebpf/
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/tasks/monitor/component_metrics.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
canonical: https://grafana.com/docs/alloy/latest/monitor/component_metrics/
canonical: https://grafana.com/docs/alloy/latest/tasks/monitor/component_metrics/
description: Learn how to monitor component metrics
title: Monitor components
weight: 200
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/tasks/monitor/controller_metrics.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
canonical: https://grafana.com/docs/alloy/latest/monitor/controller_metrics/
canonical: https://grafana.com/docs/alloy/latest/tasks/monitor/controller_metrics/
description: Learn how to monitor controller metrics
title: Monitor the Grafana Alloy component controller
menuTitle: Monitor the controller
Expand Down

0 comments on commit 41c2df1

Please sign in to comment.