Skip to content

Commit 8fa408c

Browse files
authored
Update README.md
fix evaluation-context docs link Signed-off-by: Maxim <[email protected]>
1 parent 90de0a3 commit 8fa408c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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://github.com/open-feature/openfeature.dev/blob/main/docs/reference/concepts/03-evaluation-context.mdx) 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)