Skip to content

Commit

Permalink
Update README.md - fix anchor link (#36903)
Browse files Browse the repository at this point in the history
Just a small change to fix a broken link to an anchor in the readme.
  • Loading branch information
ryanbrainard authored Dec 20, 2024
1 parent 372d933 commit b429f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions connector/routingconnector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The `match_once` field is deprecated as of `v0.116.0`. The deprecation schedule

It is recommended to set `match_once: true` until `v0.117.0` and then remove all usage of the field before `v0.120.0`.

For detailed guidance on how to migrate configuration from `match_once: false` to `match_once: true`, see [Config Migration](#config-migration.md).
For detailed guidance on how to migrate configuration from `match_once: false` to `match_once: true`, see [Config Migration](#config-migration).

## Configuration

Expand Down Expand Up @@ -460,4 +460,4 @@ service:
[Connectors README]:https://github.com/open-telemetry/opentelemetry-collector/blob/main/connector/README.md

[OTTL]: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/pkg/ottl/README.md
[OTTL Context]: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/pkg/ottl/LANGUAGE.md#contexts
[OTTL Context]: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/pkg/ottl/LANGUAGE.md#contexts

0 comments on commit b429f8c

Please sign in to comment.