From c473035e0238c8bb336e189cdc641da47aa0017c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:24:25 -0500 Subject: [PATCH] link: testdata/config.yaml Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- extension/healthcheckextension/README.md | 2 +- extension/httpforwarderextension/README.md | 2 +- extension/pprofextension/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extension/healthcheckextension/README.md b/extension/healthcheckextension/README.md index 55dbeeb02019..edae0acb83dc 100644 --- a/extension/healthcheckextension/README.md +++ b/extension/healthcheckextension/README.md @@ -48,4 +48,4 @@ extensions: ``` The full list of settings exposed for this exporter is documented in [config.go](./config.go) -with detailed sample configurations [here](./testdata/config.yaml). +with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml). diff --git a/extension/httpforwarderextension/README.md b/extension/httpforwarderextension/README.md index cfbdac8f9556..e3028a55e865 100644 --- a/extension/httpforwarderextension/README.md +++ b/extension/httpforwarderextension/README.md @@ -45,4 +45,4 @@ The following settings can be optionally configured: ``` The full list of settings exposed for this exporter are documented in [config.go](./config.go) -with detailed sample configurations [here](testdata/config.yaml). +with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml). diff --git a/extension/pprofextension/README.md b/extension/pprofextension/README.md index 9a4b66f96a68..4dafebda47ea 100644 --- a/extension/pprofextension/README.md +++ b/extension/pprofextension/README.md @@ -43,7 +43,7 @@ extensions: ``` The full list of settings exposed for this exporter are documented in [config.go](./config.go) -with detailed sample configurations [here](./testdata/config.yaml). +with detailed sample configurations in [testdata/config.yaml](./testdata/config.yaml). ### Go Profiling with pprof basics