diff options
author | Bryan Bishop <kanzure@gmail.com> | 2010-10-29 19:53:23 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2010-10-29 19:53:23 -0500 |
commit | b22eb9dfad807b799998e271ce52ffc63aa006c9 (patch) | |
tree | 8a73c20d0c96142e0b4a780097aa74cdfdd46973 | |
parent | 62f811460f400b73271b43d1d91c5c65f09c1975 (diff) | |
download | piny-code-b22eb9dfad807b799998e271ce52ffc63aa006c9.tar.gz piny-code-b22eb9dfad807b799998e271ce52ffc63aa006c9.zip |
fixed index.mwdwn links to docs/issues
-rw-r--r-- | index.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ The code behind piny. ### [[Issues]]: -[[!inline pages="issues/* and !issues/*" show=0 rootpage="issues" postformtext="Add a new issue titled:" actions="yes"]] -[[!map pages="issues/* and !issues/*/* and !issues/done and !link(issues/done) and !link(tag/closed)"]] +[[!inline pages="docs/issues/* and !docs/issues/*" show=0 rootpage="docs/issues" postformtext="Add a new issue titled:" actions="yes"]] +[[!map pages="docs/issues/* and !docs/issues/*/* and !docs/issues/done and !link(docs/issues/done) and !link(tag/closed)"]] ### Files: [[!map pages="* and ! */*"]] |