Skip to content

Commit 3a3015a

Browse files
authored
fix configuration links (#38)
1 parent 0a60ab3 commit 3a3015a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/Symfony/OtelSdkBundle/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,14 @@ The bundle comes with advanced configuration for (almost) all user facing parts
159159
[OpenTelemetry php SDK](https://github.com/open-telemetry/opentelemetry-php-contrib), which will be documented here, soon.
160160
For now, please refer to the configurations the bundle is tested against:
161161

162-
- [minimal](/test/Integration/Symfony/OtelSdkBundle/DependencyInjection/config/minimal/config.yaml)
163-
- [simple](/test/Integration/Symfony/OtelSdkBundle/DependencyInjection/config/simple/config.yaml)
164-
- [resource](/test/Integration/Symfony/OtelSdkBundle/DependencyInjection/config/resource/config.yaml)
165-
- [samplers](/test/Integration/Symfony/OtelSdkBundle/DependencyInjection/config/sampler/config.yaml)
166-
- [span](/test/Integration/Symfony/OtelSdkBundle/DependencyInjection/config/span/config.yaml)
167-
- [exporters](/test/Integration/Symfony/OtelSdkBundle/DependencyInjection/config/exporters/config.yaml)
168-
- [full](/test/Integration/Symfony/OtelSdkBundle/DependencyInjection/config/full/config.yaml)
169-
- [disabled](/test/Integration/Symfony/OtelSdkBundle/DependencyInjection/config/disabled/config.yaml)
162+
- [minimal](/tests/Integration/Symfony/OtelSdkBundle/DependencyInjection/config/minimal/config.yaml)
163+
- [simple](/tests/Integration/Symfony/OtelSdkBundle/DependencyInjection/config/simple/config.yaml)
164+
- [resource](/tests/Integration/Symfony/OtelSdkBundle/DependencyInjection/config/resource/config.yaml)
165+
- [samplers](/tests/Integration/Symfony/OtelSdkBundle/DependencyInjection/config/sampler/config.yaml)
166+
- [span](/tests/Integration/Symfony/OtelSdkBundle/DependencyInjection/config/span/config.yaml)
167+
- [exporters](/tests/Integration/Symfony/OtelSdkBundle/DependencyInjection/config/exporters/config.yaml)
168+
- [full](/tests/Integration/Symfony/OtelSdkBundle/DependencyInjection/config/full/config.yaml)
169+
- [disabled](/tests/Integration/Symfony/OtelSdkBundle/DependencyInjection/config/disabled/config.yaml)
170170

171171
## 3. Usage
172172

@@ -312,4 +312,4 @@ For further usage of spans (events, attributes, etc.), please consult the docume
312312
## 4. Demo Application
313313

314314
You can find a demo application using the SdkBundle [here](https://github.com/tidal/otel-sdk-bundle-example-sf5). The demo extends the examples given above and comes with a
315-
docker-compose setup, so it is easy to try out.
315+
docker-compose setup, so it is easy to try out.

0 commit comments

Comments
 (0)