Skip to content

Commit cc6c404

Browse files
authored
docs: fix hook ecosystem link (#229)
Signed-off-by: Michael Beemer <[email protected]>
1 parent 2c237df commit cc6c404

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
@@ -130,7 +130,7 @@ bool flagValue = await client.GetBooleanValue("some-flag", false, reqCtx);
130130
### Hooks
131131

132132
[Hooks](https://openfeature.dev/docs/reference/concepts/hooks) allow for custom logic to be added at well-defined points of the flag evaluation life-cycle.
133-
Here is [a complete list of available hooks](https://openfeature.dev/docs/reference/technologies/server/dotnet/).
133+
Look [here](https://openfeature.dev/ecosystem/?instant_search%5BrefinementList%5D%5Btype%5D%5B0%5D=Hook&instant_search%5BrefinementList%5D%5Bcategory%5D%5B0%5D=Server-side&instant_search%5BrefinementList%5D%5Btechnology%5D%5B0%5D=.NET) for a complete list of available hooks.
134134
If the hook you're looking for hasn't been created yet, see the [develop a hook](#develop-a-hook) section to learn how to build it yourself.
135135

136136
Once you've added a hook as a dependency, it can be registered at the global, client, or flag invocation level.

0 commit comments

Comments
 (0)