From d59f128210f6b092ece742b0d6590ef7e6375fea Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 3 Apr 2017 20:00:42 -0500 Subject: [PATCH] Fix asciidoc in manual Fixes gh-4301 --- docs/manual/src/docs/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docs/asciidoc/index.adoc b/docs/manual/src/docs/asciidoc/index.adoc index 94c05725b8..12baa641d4 100644 --- a/docs/manual/src/docs/asciidoc/index.adoc +++ b/docs/manual/src/docs/asciidoc/index.adoc @@ -660,7 +660,7 @@ NOTE: The login page below represents our current configuration. We could easily <5> The password must be present as the HTTP parameter named __password__ <6> We must <> To learn more read the <> section of the reference -[jc-authorize-requests]] +[[jc-authorize-requests]] === Authorize Requests Our examples have only required users to be authenticated and have done so for every URL in our application. We can specify custom requirements for our URLs by adding multiple children to our `http.authorizeRequests()` method. For example: