This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new 6dc0bff Updates production by Jenkins 6dc0bff is described below commit 6dc0bfff04411eb06bc096aca5b1c7442ae348d9 Author: jenkins <bui...@apache.org> AuthorDate: Tue Dec 5 10:33:39 2017 +0000 Updates production by Jenkins --- content/getting-started/how-to-create-a-struts2-web-application.html | 2 +- content/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/getting-started/how-to-create-a-struts2-web-application.html b/content/getting-started/how-to-create-a-struts2-web-application.html index 9f6f527..e79b562 100644 --- a/content/getting-started/how-to-create-a-struts2-web-application.html +++ b/content/getting-started/how-to-create-a-struts2-web-application.html @@ -349,7 +349,7 @@ mapping to <code class="highlighter-rouge">web.xml</code>. Below is how the <cod </code></pre> </div> -<p>For more information about configuring the deployment descriptor for Struts 2 see <code class="highlighter-rouge">web.xml</code>. Note the url-pattern node +<p>For more information about configuring the deployment descriptor for Struts 2 see <a href="/core-developers/web-xml.html">Core Developers Guide / web.xml page</a>. Note the url-pattern node value is <code class="highlighter-rouge">/*</code> meaning the Struts 2 filter will be applied to all URLs for this web application.</p> <h3 id="step-6---create-strutsxml">Step 6 - Create struts.xml</h3> diff --git a/content/index.html b/content/index.html index dd3a793..3fea89b 100644 --- a/content/index.html +++ b/content/index.html @@ -13,7 +13,7 @@ <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/css/main.css" rel="stylesheet"> - <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> + <script src="//code.jquery.com/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script> <script type="text/javascript" src="/js/community.js"></script> </head> -- To stop receiving notification emails like this one, please contact ['"commits@struts.apache.org" <commits@struts.apache.org>'].