This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/master by this push:
new 6b1bf91 Uses proper remote file
6b1bf91 is described below
commit 6b1bf910f8b336ca2e228af73afe04a4cf9745f1
Author: Lukasz Lenart <[email protected]>
AuthorDate: Sun Sep 24 21:16:57 2017 +0200
Uses proper remote file
---
source/tag-developers/ajax-head-template.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/tag-developers/ajax-head-template.md
b/source/tag-developers/ajax-head-template.md
index 96e48ed..f47f07e 100644
--- a/source/tag-developers/ajax-head-template.md
+++ b/source/tag-developers/ajax-head-template.md
@@ -21,7 +21,7 @@ Note that Dojo is configured to use the same character
encoding specified in `st
example of how to use the [head](dojo-head-tag.html) tag with the AJAX theme,
simply do the following in your HTML:
{% highlight html %}
-{% remote_file_content
https://raw.githubusercontent.com/apache/struts/master/apps/showcase/src/main/webapp/ajax/commonInclude.jsp
%}
+{% remote_file_content
https://raw.githubusercontent.com/apache/struts/support-2-3/apps/showcase/src/main/webapp/WEB-INF/ajax/commonInclude.jsp
%}
{% endhighlight %}
> The above sample is from Struts trunk; for 2.0.6 you should use `<s:head
> debug="true"/>`.
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].