From 843f78b7a0d7cb27b07a041a76d07e61430e6ab1 Mon Sep 17 00:00:00 2001 From: adelino-sensedia <121896631+adelino-sensedia@users.noreply.github.com> Date: Tue, 3 Jan 2023 16:41:28 -0300 Subject: [PATCH] fix(jans-config-api): corrected broken swagger address (#3505) FIx: Broken swagger address. --- jans-config-api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jans-config-api/README.md b/jans-config-api/README.md index ac83c56a4e0..7da2cd76208 100644 --- a/jans-config-api/README.md +++ b/jans-config-api/README.md @@ -17,4 +17,4 @@ Be aware that all the dependencies are copied into the `server/target/jans-confi The application can be deployed on web server like jetty and can be now runnable using `java -jar start.jar -Djans.base=etc/jans`. ## Documentation -Learn more in the [jans-config-api documentation](https://gluu.org/swagger-ui/?url=https://raw.githubusercontent.com/JanssenProject/jans/main/jans-config-api/docs/jans-config-api-swagger.yaml). +Learn more in the [jans-config-api documentation](https://gluu.org/swagger-ui/?url=https://raw.githubusercontent.com/JanssenProject/jans/main/jans-config-api/docs/jans-config-api-swagger-auto.yaml).