diff --git a/docs/README.md b/docs/README.md index 37a3e92c49..b4f73358c4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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. diff --git a/docs/feature-flag/README.md b/docs/feature-flag/README.md index 1d4a454078..17ffb5b18d 100644 --- a/docs/feature-flag/README.md +++ b/docs/feature-flag/README.md @@ -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