From 88f0f18f2d560788138169e7aff886363f8d94da Mon Sep 17 00:00:00 2001 From: Bradley Herrera Contreras Date: Mon, 25 Nov 2024 21:23:13 +0000 Subject: [PATCH] Update links pointing to sample generated output configs --- dev-docs/dev.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-docs/dev.md b/dev-docs/dev.md index 6ddbc56d99..e0385b0fc8 100644 --- a/dev-docs/dev.md +++ b/dev-docs/dev.md @@ -158,14 +158,14 @@ $ tree $CONFIG_OUT ``` * Sample generated - [golden fluent bit main conf](https://github.com/GoogleCloudPlatform/ops-agent/blob/master/confgenerator/testdata/valid/linux/default_config/golden_fluent_bit_main.conf) + [golden fluent bit main conf](https://github.com/GoogleCloudPlatform/ops-agent/blob/master/confgenerator/testdata/goldens/builtin/golden/linux/fluent_bit_main.conf) at `$CONFIG_OUT/fluent_bit_main.conf`. * Sample generated - [golden fluent bit parser conf](https://github.com/GoogleCloudPlatform/ops-agent/blob/master/confgenerator/testdata/valid/linux/default_config/golden_fluent_bit_parser.conf) + [golden fluent bit parser conf](https://github.com/GoogleCloudPlatform/ops-agent/blob/master/confgenerator/testdata/goldens/builtin/golden/linux/fluent_bit_parser.conf) at `$CONFIG_OUT/fluent_bit_parser.conf`. * Sample generated - [golden otel conf](https://github.com/GoogleCloudPlatform/ops-agent/blob/master/confgenerator/testdata/valid/linux/default_config/golden_otel.conf) - at `$CONFIG_OUT/otel.conf`. + [golden otel yaml](https://github.com/GoogleCloudPlatform/ops-agent/blob/master/confgenerator/testdata/goldens/builtin/golden/linux/otel.yaml) + at `$CONFIG_OUT/otel.yaml`. ## Build and test manually on GCE VMs