diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-07 23:46:42 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-07 23:46:42 +0000 |
commit | 4843d460e752968f8643f0bfe76dd904ca52cbae (patch) | |
tree | 7066bc5a5dcd8d7e406071a2694194f69001dbad /doc/tips | |
parent | 072d097be13f8f11c9e93542a511cf86a2474db7 (diff) | |
download | ikiwiki-4843d460e752968f8643f0bfe76dd904ca52cbae.tar ikiwiki-4843d460e752968f8643f0bfe76dd904ca52cbae.tar.gz |
web commit by JoshTriplett: Link post-commit.
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/issue_tracking.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/issue_tracking.mdwn b/doc/tips/issue_tracking.mdwn index 8f08bc692..a39b93656 100644 --- a/doc/tips/issue_tracking.mdwn +++ b/doc/tips/issue_tracking.mdwn @@ -93,7 +93,7 @@ project's website. You can check the wiki-format text into revision control as part of the software project, and tie it into the build system using the Makefile. -Ikiwiki can also be tied into the `post-commit` hook of your revision +Ikiwiki can also be tied into the [[post-commit]] hook of your revision control system, so that whenever a developer commits a change to a wiki page in revision control, the project's web site is automatically updated. The [[ikiwiki_tutorial|setup]] explains in |