diff --git a/docs/sources/concepts/custom_components.md b/docs/sources/concepts/custom_components.md index f97925fbd0..fed3d76693 100644 --- a/docs/sources/concepts/custom_components.md +++ b/docs/sources/concepts/custom_components.md @@ -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 diff --git a/docs/sources/reference/cli/run.md b/docs/sources/reference/cli/run.md index 0fc7cf1dcf..3c09772c6d 100644 --- a/docs/sources/reference/cli/run.md +++ b/docs/sources/reference/cli/run.md @@ -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 diff --git a/docs/sources/reference/cli/tools.md b/docs/sources/reference/cli/tools.md index 46638810cc..1fd402af18 100644 --- a/docs/sources/reference/cli/tools.md +++ b/docs/sources/reference/cli/tools.md @@ -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 diff --git a/docs/sources/reference/components/otelcol.auth.bearer.md b/docs/sources/reference/components/otelcol.auth.bearer.md index febcc99ea7..cbc5f82e0a 100644 --- a/docs/sources/reference/components/otelcol.auth.bearer.md +++ b/docs/sources/reference/components/otelcol.auth.bearer.md @@ -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/ diff --git a/docs/sources/reference/components/otelcol.exporter.loadbalancing.md b/docs/sources/reference/components/otelcol.exporter.loadbalancing.md index 5350e1cc32..396a64410f 100644 --- a/docs/sources/reference/components/otelcol.exporter.loadbalancing.md +++ b/docs/sources/reference/components/otelcol.exporter.loadbalancing.md @@ -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 diff --git a/docs/sources/tasks/migrate/from-flow.md b/docs/sources/tasks/migrate/from-flow.md index 89363b9b35..d9e941ada8 100644 --- a/docs/sources/tasks/migrate/from-flow.md +++ b/docs/sources/tasks/migrate/from-flow.md @@ -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/ diff --git a/docs/sources/tasks/monitor/component_metrics.md b/docs/sources/tasks/monitor/component_metrics.md index 951fd8abd7..192bc92346 100644 --- a/docs/sources/tasks/monitor/component_metrics.md +++ b/docs/sources/tasks/monitor/component_metrics.md @@ -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 diff --git a/docs/sources/tasks/monitor/controller_metrics.md b/docs/sources/tasks/monitor/controller_metrics.md index 001f2ae9ee..3906100d69 100644 --- a/docs/sources/tasks/monitor/controller_metrics.md +++ b/docs/sources/tasks/monitor/controller_metrics.md @@ -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