From 3d1b4dd39becc0c4a2e57e4c23f7428f07840782 Mon Sep 17 00:00:00 2001 From: somags <152288060+somags@users.noreply.github.com> Date: Sun, 14 Dec 2025 23:46:13 +0100 Subject: [PATCH] Fix links in reflection-api.md --- java/reflection-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/reflection-api.md b/java/reflection-api.md index 864965c074..c2a9be2697 100644 --- a/java/reflection-api.md +++ b/java/reflection-api.md @@ -259,7 +259,7 @@ cds: ::: #### Custom Implementation -Applications can implement a custom [`FeatureTogglesInfoProvider`](https://javadoc.io/doc/com.sap.cds/cds-services-api/latest/com/sap/cds/services/runtime/FeatureTogglesInfoProvider.html) that computes a `FeatureTogglesInfo` based on the request's [`UserInfo`](https://www.javadoc.io/static/com.sap.cds/cds-services-api/latest/com/sap/cds/services/request/UserInfo.html) and [`ParameterInfo`](https://www.javadoc.io/static/com.sap.cds/cds-services-api/latest/com/sap/cds/services/request/ParameterInfo.html). +Applications can implement a custom [`FeatureTogglesInfoProvider`](https://javadoc.io/doc/com.sap.cds/cds-services-api/latest/com/sap/cds/services/runtime/FeatureTogglesInfoProvider.html) that computes a `FeatureTogglesInfo` based on the request's [`UserInfo`](https://www.javadoc.io/doc/com.sap.cds/cds-services-api/latest/com/sap/cds/services/request/UserInfo.html) and [`ParameterInfo`](https://www.javadoc.io/doc/com.sap.cds/cds-services-api/latest/com/sap/cds/services/request/ParameterInfo.html). The following example demonstrates a feature toggles info provider that enables the feature `isbn` if the user has the `expert` role: