You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2020/11/04 19:33:54 UTC

[shiro-site] branch master updated: fix broken anchor in web.html

This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 36696a1  fix broken anchor in web.html
36696a1 is described below

commit 36696a177d2aacb6a27eb27ae375d3a6667b0a73
Author: Brian Demers <bd...@apache.org>
AuthorDate: Wed Nov 4 14:32:41 2020 -0500

    fix broken anchor in web.html
---
 web.md.vtl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web.md.vtl b/web.md.vtl
index f513afb..2933dcd 100644
--- a/web.md.vtl
+++ b/web.md.vtl
@@ -85,7 +85,7 @@ Configuration
 
 The simplest way to integrate Shiro into any web application is to configure a Servlet ContextListener and Filter in web.xml that understands how to read Shiro's INI configuration. The bulk of the INI config format itself is defined in the Configuration pages's [INI Sections](configuration.html#[[#]]#Configuration-INISections) section, but we'll cover some additional web-specific sections here.
 
-#info('Using Spring?', 'Spring Framework users will not perform this setup.  If you use Spring, you will want to read about <a href="spring-boot.html#[[#]]#Spring-WebApplications">Spring-specific web configuration</a> instead.')
+#info('Using Spring?', 'Spring Framework users will not perform this setup.  If you use Spring, you will want to read about <a href="spring-boot.html#web-applications">Spring-specific web configuration</a> instead.')
 
 <a name="Web-%7B%7Bweb.xml%7D%7D"></a>
 #[[###`web.xml`]]#