You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2015/10/09 19:01:19 UTC

incubator-freemarker-site git commit: Updated bug tracker link

Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/master 44ceeefbb -> 699630fe6


Updated bug tracker link


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/699630fe
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/699630fe
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/699630fe

Branch: refs/heads/master
Commit: 699630fe6655e8d3835c59ab89140c040b809951
Parents: 44ceeef
Author: ddekany <dd...@apache.org>
Authored: Fri Oct 9 19:01:08 2015 +0200
Committer: ddekany <dd...@apache.org>
Committed: Fri Oct 9 19:01:08 2015 +0200

----------------------------------------------------------------------
 src/main/docgen/book.xml     | 7 +++++++
 src/main/docgen/docgen.cjson | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/699630fe/src/main/docgen/book.xml
----------------------------------------------------------------------
diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml
index 5d61d2c..276e3fa 100644
--- a/src/main/docgen/book.xml
+++ b/src/main/docgen/book.xml
@@ -428,6 +428,13 @@ two freemarker.jar-s and unpredictable behavior!
     </section>
 
     <section>
+      <title><olink targetdoc="oldBugTracker">Bugs still in the old
+      tracker</olink></title>
+
+      <para/>
+    </section>
+
+    <section>
       <title><olink targetdoc="newStackOverflowQuestion">Ask help on Stack
       Overflow</olink></title>
 

http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/699630fe/src/main/docgen/docgen.cjson
----------------------------------------------------------------------
diff --git a/src/main/docgen/docgen.cjson b/src/main/docgen/docgen.cjson
index 0476d08..98ce85f 100644
--- a/src/main/docgen/docgen.cjson
+++ b/src/main/docgen/docgen.cjson
@@ -59,7 +59,8 @@ olinks: {
   oldMailingListSubscription: "https://sourceforge.net/p/freemarker/mailman/"
   oldUserMailingListArchive: "http://news.gmane.org/gmane.comp.web.freemarker.user"
   oldDevelMailingListArchive: "http://news.gmane.org/gmane.comp.web.freemarker.devel"
-  newBugReport: "https://sourceforge.net/p/freemarker/bugs/new/"
+  newBugReport: "https://issues.apache.org/jira/browse/FREEMARKER/"
+  oldBugTracker: "https://sourceforge.net/p/freemarker/bugs/new/"
   newStackOverflowQuestion: "http://stackoverflow.com/questions/ask?tags=freemarker"
   
   emacsPluginDownload: "http://sourceforge.net/projects/freemarker/files/editor-plugins/ftl.el/download"