From 4b0f190202d4fabc29f014caaf20a9da5fea6a7f Mon Sep 17 00:00:00 2001 From: pokom Date: Mon, 21 Oct 2024 09:28:54 -0400 Subject: [PATCH] docs: Fix broken link in writing exporter components The link for all.go was pointing to an older version before `internal` was added. This updates it so that it points to the approriate file. --- docs/developer/writing-exporter-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/writing-exporter-components.md b/docs/developer/writing-exporter-components.md index b07da3bf33..e5262b0cab 100644 --- a/docs/developer/writing-exporter-components.md +++ b/docs/developer/writing-exporter-components.md @@ -63,7 +63,7 @@ prometheus.exporter.blackbox "example" { ## Registering the component -In order to make the component visible to Alloy configurations, it needs to be added to [all.go](../../component/all/all.go) file. +In order to make the component visible to Alloy configurations, it needs to be added to [all.go](../../internal/component/all/all.go) file. ## Documentation