Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bad links and canonical URLs #593

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading