Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Nov 22, 2024
1 parent 14088b7 commit 8ba0bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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](feature-flags/README.md): Semantic Conventions for feature flag evaluations.
* [Feature Flags](feature-flag/README.md): Semantic Conventions for feature flag evaluations.
* [Generative AI](gen-ai/README.md): Semantic Conventions for generative AI (LLM, etc.) operations.
* [GraphQL](graphql/graphql-spans.md): Semantic Conventions for GraphQL implementations.
* [HTTP](http/README.md): Semantic Conventions for HTTP client and server operations.
Expand Down
2 changes: 1 addition & 1 deletion docs/feature-flag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
linkTitle: Feature Flags
path_base_for_github_subdir:
from: tmp/semconv/docs/feature-flags/_index.md
to: feature-flags/README.md
to: feature-flag/README.md
--->

# Semantic Conventions for Feature Flags
Expand Down

0 comments on commit 8ba0bba

Please sign in to comment.