You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -165,11 +165,11 @@ public class MyProvider implements FeatureProvider {
165
165
}
166
166
```
167
167
168
-
See [here](https://openfeature.dev/docs/reference/technologies/server/java) for a catalog of available providers.
168
+
See [here](https://openfeature.dev/ecosystem?instant_search%5BrefinementList%5D%5Btype%5D%5B0%5D=Provider&instant_search%5BrefinementList%5D%5Btechnology%5D%5B0%5D=Java) for a catalog of available providers.
169
169
170
170
### Hooks:
171
171
172
-
Hooks are a mechanism that allow for the addition of arbitrary behavior at well-defined points of the flag evaluation life-cycle. Use cases include validation of the resolved flag value, modifying or adding data to the evaluation context, logging, telemetry, and tracking.
172
+
A hook is a mechanism that allows for adding arbitrary behavior at well-defined points of the flag evaluation life-cycle. Use cases include validating the resolved flag value, modifying or adding data to the evaluation context, logging, telemetry, and tracking.
173
173
174
174
```java
175
175
publicclassMyHookimplementsHook {
@@ -186,7 +186,7 @@ public class MyHook implements Hook {
186
186
}
187
187
```
188
188
189
-
See [here](https://openfeature.dev/docs/reference/technologies/server/java) for a catalog of available hooks.
189
+
See [here](https://openfeature.dev/ecosystem?instant_search%5BrefinementList%5D%5Btype%5D%5B0%5D=Hook&instant_search%5BrefinementList%5D%5Btechnology%5D%5B0%5D=Java) for a catalog of available hooks.
190
190
191
191
### Logging:
192
192
@@ -199,11 +199,11 @@ See [here](https://www.javadoc.io/doc/dev.openfeature/sdk/latest/index.html) for
0 commit comments