Skip to content

Commit 154d834

Browse files
authored
docs: fix eval context link (#438)
Signed-off-by: Maxim <therb1@mail.com>
1 parent 38d13fa commit 154d834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ print("Value: " + str(flag_value))
108108
|| [Domains](#domains) | Logically bind clients with providers. |
109109
|| [Eventing](#eventing) | React to state changes in the provider or flag management system. |
110110
|| [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. |
111-
|| [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) |
111+
|| [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) |
112112
|| [Extending](#extending) | Extend OpenFeature with custom providers and hooks. |
113113

114114
<sub>Implemented: ✅ | In-progress: ⚠️ | Not implemented yet: ❌</sub>

0 commit comments

Comments
 (0)