From ebbcc630e2dfc7d1fd1a12d52f1149137c42bc66 Mon Sep 17 00:00:00 2001 From: YANGDB Date: Fri, 7 Jul 2023 12:08:43 -0700 Subject: [PATCH] Fix semantic-conventions README.md file links (#168) Signed-off-by: YANGDB Co-authored-by: Josh Suereth --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index fe9c908ff..cc7f94966 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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.