From d73db6ccdcd5d4aced1b820fa3bee89afd0cf63d Mon Sep 17 00:00:00 2001 From: Madhumita Subramaniam Date: Tue, 20 Dec 2022 17:44:57 +0530 Subject: [PATCH] docs: minor fix #2201 (#3367) --- docs/admin/developer/scripts/person-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/developer/scripts/person-authentication.md b/docs/admin/developer/scripts/person-authentication.md index 7477e861295..41e099dfab0 100644 --- a/docs/admin/developer/scripts/person-authentication.md +++ b/docs/admin/developer/scripts/person-authentication.md @@ -33,7 +33,7 @@ Jans-auth server comprises of a number of beans, configuration files and Facelet ### A. Custom script The **PersonAuthenticationType** script is described by a java interface whose methods should be overridden to implement an authentication workflow. -The [article](person-authentication-interface) talks about these methods in detail and the psuedo code for each method. +The [article](./person-authentication-interface) talks about these methods in detail and the psuedo code for each method. ### B. UI pages: All web pages are **xhtml** files. The Jans-auth server comes with a default set of pages for login, logout, errors, authorizations. You can easily override these pages or write new ones. You can easily apply your own stylesheet, images and resouce-bundles to your pages.