From e4c9dc8f28ceccc387b5cb5a47e30e09d71cd2b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ferraz=20Campos=20Florentino?= Date: Mon, 25 Sep 2023 12:38:30 -0300 Subject: [PATCH] Fix Authorization of Web Endpoints link Fix Authorization of Web Endpoints link --- docs/src/main/asciidoc/smallrye-graphql.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/smallrye-graphql.adoc b/docs/src/main/asciidoc/smallrye-graphql.adoc index 296dd9e9760ad..15b65f2d3f095 100644 --- a/docs/src/main/asciidoc/smallrye-graphql.adoc +++ b/docs/src/main/asciidoc/smallrye-graphql.adoc @@ -289,7 +289,7 @@ The GraphQL UI can be accessed from http://localhost:8080/q/graphql-ui/ . image:graphql-ui-screenshot01.png[alt=GraphQL UI] -Have a look at the link:security-authorization[Authorization of Web Endpoints] Guide on how to add/remove security for the GraphQL UI. +Have a look at the link:security-authorize-web-endpoints-reference[Authorization of Web Endpoints] Guide on how to add/remove security for the GraphQL UI. == Query the GraphQL API