summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/documentation/howitworks.page3
-rw-r--r--documentation/documentation/index.page2
-rw-r--r--documentation/documentation/installation.page20
-rw-r--r--documentation/documentation/ldapnodes.page2
-rw-r--r--documentation/documentation/notcfengine.page2
-rw-r--r--documentation/documentation/structures.page2
-rw-r--r--documentation/documentation/testing.page4
-rw-r--r--documentation/index.page4
8 files changed, 20 insertions, 19 deletions
diff --git a/documentation/documentation/howitworks.page b/documentation/documentation/howitworks.page
index dfecbcbd7..ac14edddc 100644
--- a/documentation/documentation/howitworks.page
+++ b/documentation/documentation/howitworks.page
@@ -261,7 +261,7 @@ those are more support staff rather than the main attraction.
[facter]: /projects/facter
[parse]: /downloads/puppet/apidocs/classes/Puppet/Parser/Parser.html
[AST]: /downloads/puppet/apidocs/classes/Puppet/Parser/AST.html
-[node elements]: /projects/puppet/documentation/structures#nodes
+[node elements]: /projects/puppet/documentation/structures.html#nodes
[yaml]: http://www.yaml.org/
[Puppet::Parser::Parser#parse]: /downloads/puppet/apidocs/classes/Puppet/Parser/Parser.html
[ast_evaluate]: /downloads/puppet/apidocs/classes/Puppet/Parser/AST.html
@@ -280,4 +280,5 @@ those are more support staff rather than the main attraction.
[interpreter]: /downloads/puppet/apidocs/classes/Puppet/Parser/Interpreter.html
[Puppet::Type]: /downloads/puppet/apidocs/classes/Puppet/Type.html
[Puppet::Type#finalize]: /downloads/puppet/apidocs/classes/Puppet/Type.html
+
*$Id$*
diff --git a/documentation/documentation/index.page b/documentation/documentation/index.page
index 74a6a9e9e..a566dea6a 100644
--- a/documentation/documentation/index.page
+++ b/documentation/documentation/index.page
@@ -97,7 +97,7 @@ The Puppet reference is split into two pieces:
API Documentation
=================
Until I have time to write tutorials on how to extend Puppet, you might find
-some benefit in perusing the [API docs](/downloads/puppet/apidocs).
+some benefit in perusing the [API docs](/downloads/puppet/apidocs/).
They're woefully incomplete as of the middle of 2006, but I'll be
updating them over time.
diff --git a/documentation/documentation/installation.page b/documentation/documentation/installation.page
index 860400df7..377bba64c 100644
--- a/documentation/documentation/installation.page
+++ b/documentation/documentation/installation.page
@@ -56,7 +56,7 @@ tracking that one down).
#### Solaris
I have had mixed results with the Ruby packages from both
-[Sunfreeware](http://sunfreeware.com) and [BlastWave](http://blastwave.org).
+[Sunfreeware](http://sunfreeware.com) and [BlastWave](http://www.blastwave.org).
It might almost be easier to compile it manually for Solaris, but Ruby 1.8.3
from Sunfreeware seems to be working right now.
@@ -307,20 +307,20 @@ Puppet:
timeout of 60 seconds.
* Patches are welcome and encouraged.
-[developed]: /projects/facter
-[download]: /downloads
+[developed]: /projects/facter/
+[download]: /downloads/
[version control]: http://svnbook.red-bean.com/
[fileserver configuration file]: fsconfigref
[Gems User Guide]: http://docs.rubygems.org/read/book/1
-[Language Reference]: structures
-[Library Reference]: typedocs
+[Language Reference]: structures.html
+[Library Reference]: typedocs.html
-[packages]: /downloads/packages
-[tarball]: /downloads/puppet
-[gems]: /downloads/gems
-[rpms]: /downloads/rpm
+[packages]: /downloads/packages/
+[tarball]: /downloads/puppet/
+[gems]: /downloads/gems/
+[rpms]: /downloads/rpm/
[yum repository]: http://people.redhat.com/~dlutter/yum/
-[debian packages]: /downloads/packages/Debian
+[debian packages]: /downloads/packages/Debian/
*$Id$*
diff --git a/documentation/documentation/ldapnodes.page b/documentation/documentation/ldapnodes.page
index a13443194..265fcf877 100644
--- a/documentation/documentation/ldapnodes.page
+++ b/documentation/documentation/ldapnodes.page
@@ -45,7 +45,7 @@ Restart your server, making sure it comes back up, and you're all set.
## Loading Nodes Into LDAP
In my opinion, the LDAP tool space is still depressingly spare. I generally
-use my own [ldapsh](/projects/ldapsh) tool to manage LDAP, but that does not
+use my own [ldapsh](/projects/ldapsh/) tool to manage LDAP, but that does not
work well for data loading. However you decide to load the data, you need to
create host entries (usually ``device`` entries, probably with ``ipHost`` as
an auxiliary class) and then add the Puppet data. This is what my workstation
diff --git a/documentation/documentation/notcfengine.page b/documentation/documentation/notcfengine.page
index 1d3580f07..baa9bc0d0 100644
--- a/documentation/documentation/notcfengine.page
+++ b/documentation/documentation/notcfengine.page
@@ -4,7 +4,7 @@ title: Puppet vs. Cfengine
---
[Cfengine](http://www.cfengine.org) is currently the most widely deployed
-configuration management tool. In many ways, [Puppet](/projects/puppet) can
+configuration management tool. In many ways, [Puppet](/projects/puppet/) can
be thought of as a next-generation version of cfengine, in that many of
puppet's design goals are specifically derived from experience with cfengine
and are meant to overcome many of cfengine's weaknesses.
diff --git a/documentation/documentation/structures.page b/documentation/documentation/structures.page
index 3be2d6f4b..93660abc1 100644
--- a/documentation/documentation/structures.page
+++ b/documentation/documentation/structures.page
@@ -4,7 +4,7 @@ inMenu: true
This is a brief overview of the language structures
available for making site configurations in Puppet.
-For futher documentation, visit the [Puppet homepage](/projects/puppet).
+For futher documentation, visit the [Puppet homepage](/projects/puppet/).
# Types
diff --git a/documentation/documentation/testing.page b/documentation/documentation/testing.page
index 3fd39f2ab..f4b71f9d5 100644
--- a/documentation/documentation/testing.page
+++ b/documentation/documentation/testing.page
@@ -83,7 +83,7 @@ element, all the way up to the base of the configuration, and it is also
tagged with the host name. So if 'classA' includes 'classB' which creates
'fileC', then 'fileC' will be tagged with both classes.
-[node]: structures#nodes
-[source]: fromsvn
+[node]: structures.html#nodes
+[source]: fromsvn.html
*$Id$*
diff --git a/documentation/index.page b/documentation/index.page
index ba7f5d109..e6c7bd231 100644
--- a/documentation/index.page
+++ b/documentation/index.page
@@ -24,11 +24,11 @@ and "What is Puppet's License? (GPL)")
Available documentation on puppet. Including an Introduction, and Language & Type Library References.
-* [Downloads](/downloads)
+* [Downloads](/downloads/)
Puppet source code, Packages (RPMs, debs, etc.), and Ruby GEM packages.
-* [Source Code](/svn/puppet)
+* [Source Code](/svn/puppet/)
Puppet Subversion Repository