Skip to content

Commit

Permalink
Fix semantic-conventions README.md file links (open-telemetry#168)
Browse files Browse the repository at this point in the history
Signed-off-by: YANGDB <[email protected]>
Co-authored-by: Josh Suereth <[email protected]>
  • Loading branch information
2 people authored and rapphil committed Aug 14, 2023
1 parent 57bd011 commit c35b1d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Semantic Conventions are defined for the following areas:
* [Database](database/README.md): Semantic Conventions for database operations.
* [Exceptions](exceptions/README.md): Semantic Conventions for exceptions.
* [FaaS](faas/README.md): Semantic Conventions for Function as a Service (FaaS) operations.
* [Feature Flags](http/README.md): Semantic Conventions for feature flag evaluations.
* [HTTP](feature-flags/README.md): Semantic Conventions for HTTP client and server operations.
* [Feature Flags](feature-flags/README.md): Semantic Conventions for feature flag evaluations.
* [HTTP](http/README.md): Semantic Conventions for HTTP client and server operations.
* [Messaging](messaging/README.md): Semantic Conventions for messaging operations and systems.
* [Object Stores](object-stores/README.md): Semantic Conventions for object stores operations.
* [RPC](rpc/README.md): Semantic Conventions for RPC client and server operations.
Expand Down

0 comments on commit c35b1d4

Please sign in to comment.