diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-07-31 20:50:37 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-07-31 20:50:37 +0000 |
commit | 257fb78ef6b64aff5e12f57fc6dca32027dc7eb9 (patch) | |
tree | dd4513fae7db280676dacea764a558b62777d3ba | |
parent | 3ef466397372e0b438be739395a91d88e78e5c9c (diff) | |
download | puppet-257fb78ef6b64aff5e12f57fc6dca32027dc7eb9.tar.gz puppet-257fb78ef6b64aff5e12f57fc6dca32027dc7eb9.tar.xz puppet-257fb78ef6b64aff5e12f57fc6dca32027dc7eb9.zip |
fixing faq links
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1431 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | documentation/faq.page | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/faq.page b/documentation/faq.page index ea729a5c5..bd8d2e063 100644 --- a/documentation/faq.page +++ b/documentation/faq.page @@ -221,14 +221,14 @@ openssl: [Mailing List]: http://mail.madstop.com/mailman/listinfo/puppet-dev [Projects]: /projects/ -[Documentation]: index.html -[Installation Guide]: installation.html -[How Puppet Compares to Cfengine]: notcfengine.html +[Documentation]: documentation/index.html +[Installation Guide]: documentation/installation.html +[How Puppet Compares to Cfengine]: documentation/notcfengine.html [GNU Public License]: http://www.gnu.org/copyleft/gpl.html [examples]: /cgi-bin/puppet.cgi/browser/trunk/examples/code/ [unit testing]: http://www.pragmaticprogrammer.com/starter_kit/ut/ [bug database]: /cgi-bin/puppet.cgi/report -[reference]: typedocs.html +[reference]: documentation/typedocs.html [download]: /downloads [thread]: http://mail.madstop.com/pipermail/puppet-dev/2006-April/000393.html |