This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 3449cff Updates stage by Jenkins
3449cff is described below
commit 3449cff1ed079ad549398b04c434cd4436a16bb4
Author: jenkins <[email protected]>
AuthorDate: Fri Oct 18 13:38:44 2019 +0000
Updates stage by Jenkins
---
content/tag-developers/freemarker-tags.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/tag-developers/freemarker-tags.html
b/content/tag-developers/freemarker-tags.html
index 878654b..fa4a35b 100644
--- a/content/tag-developers/freemarker-tags.html
+++ b/content/tag-developers/freemarker-tags.html
@@ -144,7 +144,7 @@ right in just by knowing the generic structure in which the
tags can be accessed
<pre><code class="language-ftl"><@s.tag> ...</@s.tag>
</code></pre>
-<p>, where <code class="highlighter-rouge">tag</code> is any of the <a
href="tags">tags</a> supported by the framework.</p>
+<p>, where <code class="highlighter-rouge">tag</code> is any of the <a
href="tag-reference">tags</a> supported by the framework.</p>
<p>For example, in JSP you might create a form using Struts tags.</p>