Skip to content

Commit f6bc695

Browse files
authoredFeb 5, 2025··
docs: fix eval context link (#1132)
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent 9196ac9 commit f6bc695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/server/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ See [here](https://open-feature.github.io/js-sdk/modules/_openfeature_server_sdk
9797
| Status | Features | Description |
9898
| ------ | ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
9999
|| [Providers](#providers) | Integrate with a commercial, open source, or in-house feature management tool. |
100-
|| [Targeting](#targeting) | Contextually-aware flag evaluation using [evaluation context](/docs/reference/concepts/evaluation-context). |
100+
|| [Targeting](#targeting) | Contextually-aware flag evaluation using [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context). |
101101
|| [Hooks](#hooks) | Add functionality to various stages of the flag evaluation life-cycle. |
102102
|| [Logging](#logging) | Integrate with popular logging packages. |
103103
|| [Domains](#domains) | Logically bind clients with providers. |
104104
|| [Eventing](#eventing) | React to state changes in the provider or flag management system. |
105-
|| [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) |
105+
|| [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) |
106106
|| [Tracking](#tracking) | Associate user actions with feature flag evaluations, particularly for A/B testing. |
107107
|| [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. |
108108
|| [Extending](#extending) | Extend OpenFeature with custom providers and hooks. |

0 commit comments

Comments
 (0)
Please sign in to comment.