You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2019/10/18 13:38:11 UTC

[struts-site] branch small-fixes updated: Fixes wrong link to tag reference

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

lukaszlenart pushed a commit to branch small-fixes
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/small-fixes by this push:
     new 8dfcc87  Fixes wrong link to tag reference
8dfcc87 is described below

commit 8dfcc8720b0388fc68a612b5a0d406659e0257b6
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Oct 18 15:37:39 2019 +0200

    Fixes wrong link to tag reference
---
 source/tag-developers/freemarker-tags.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/tag-developers/freemarker-tags.md b/source/tag-developers/freemarker-tags.md
index 54fe87f..14bdbc9 100644
--- a/source/tag-developers/freemarker-tags.md
+++ b/source/tag-developers/freemarker-tags.md
@@ -16,7 +16,7 @@ right in just by knowing the generic structure in which the tags can be accessed
 <@s.tag> ...</...@s.tag>
 ```
 
-, where `tag` is any of the [tags](tags) supported by the framework.
+, where `tag` is any of the [tags](tag-reference) supported by the framework.
 
 For example, in JSP you might create a form using Struts tags.