Skip to content

Commit

Permalink
Fix Authorization of Web Endpoints link
Browse files Browse the repository at this point in the history
Fix Authorization of Web Endpoints link
  • Loading branch information
viniciusfcf authored Sep 25, 2023
1 parent 72e23e5 commit e4c9dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/smallrye-graphql.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Check warning on line 292 in docs/src/main/asciidoc/smallrye-graphql.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsWarnings] Consider using 'examine' rather than 'look at' unless updating existing content that uses the term. Raw Output: {"message": "[Quarkus.TermsWarnings] Consider using 'examine' rather than 'look at' unless updating existing content that uses the term.", "location": {"path": "docs/src/main/asciidoc/smallrye-graphql.adoc", "range": {"start": {"line": 292, "column": 8}}}, "severity": "WARNING"}

== Query the GraphQL API

Expand Down

0 comments on commit e4c9dc8

Please sign in to comment.