diff --git a/docs/janssen-server/auth-server/endpoints/authorization.md b/docs/janssen-server/auth-server/endpoints/authorization.md index a50ee89a7aa..a565606a5a5 100644 --- a/docs/janssen-server/auth-server/endpoints/authorization.md +++ b/docs/janssen-server/auth-server/endpoints/authorization.md @@ -127,11 +127,10 @@ server for end user authentication. ## Customizing using Interception Scripts -[Interception scripts](../../developer/interception-scripts.md) allows +[Interception scripts](../../../janssen-server/developer/scripts/README.md) allow flexibility to configure and customize multiple aspects in Janssen Server. For example, see this documentation to learn -how [person authentication](../../developer/scripts/person-authentication.md) -and [consent gathering](../../developer/scripts/consent-gathering.md) can be -customized using interception scripts. +how [person authentication](../../../script-catalog/person_authentication/person-authentication.md) +and [consent gathering](../../../script-catalog/consent_gathering/consent-gathering.md) can be customized using interception scripts. ## Want to contribute?