]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/integrated_issue_tracking_with_ikiwiki.mdwn
despam
[ikiwiki.git] / doc / tips / integrated_issue_tracking_with_ikiwiki.mdwn
index 05fd19a9b6186dd08aa18c1278adce6ea903874a..0c871d6c04fbaa8f58c05ea75fd438b4f71b6723 100644 (file)
@@ -155,7 +155,7 @@ be inlined into a given page. A few examples:
 * A typical list of all open bugs, with their full text, and a form to post new
   bugs.
 
-        \[[!inline pages="bugs/* and !link(done) and !*/Discussion" actions=yes postform=yes show=0]]
+        \[[!inline pages="bugs/* and !link(done) and !*/Discussion" actions=yes postform=yes show=0 rootpage="bugs"]]
 
 * Index of the 30 most recently fixed bugs.
 
@@ -273,5 +273,5 @@ their own version of the website, use it to track bugs for that branch, and
 when the branch is ready, all these changes can be merged back into the
 mainline of the project.
 
-Ikiwiki powers its own [online bug tracking system](http://www.bontq.com).  To see how wiki bug tracking
+Ikiwiki powers its own bug tracking system.  To see how wiki bug tracking
 works in practice, visit the [[bugs]] or [[TODO]] pages.