Fixes wrong link to tag reference
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 @@
 <@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.