Updated bug tracker link
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 @@
     </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>
 
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 @@
   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"