From 154d8345e7a65f3409c168a87d157df583fc8aa8 Mon Sep 17 00:00:00 2001 From: Maxim Date: Thu, 6 Feb 2025 00:24:48 +0300 Subject: [PATCH] docs: fix eval context link (#438) Signed-off-by: Maxim --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff22619..e9c6b74 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ print("Value: " + str(flag_value)) | ✅ | [Domains](#domains) | Logically bind clients with providers. | | ✅ | [Eventing](#eventing) | React to state changes in the provider or flag management system. | | ✅ | [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. | -| ✅ | [Transaction Context Propagation](#transaction-context-propagation) | Set a specific [evaluation context](/docs/reference/concepts/evaluation-context) for a transaction (e.g. an HTTP request or a thread) | +| ✅ | [Transaction Context Propagation](#transaction-context-propagation) | Set a specific [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context) for a transaction (e.g. an HTTP request or a thread) | | ✅ | [Extending](#extending) | Extend OpenFeature with custom providers and hooks. | Implemented: ✅ | In-progress: ⚠️ | Not implemented yet: ❌