Skip to content

Commit

Permalink
(#6331) Inline documentation: Fix rotted links pointing at the Trac wiki
Browse files Browse the repository at this point in the history
This patch updates links in three files and marks a link in a fourth
file as unrecoverable.
  • Loading branch information
nfagerlund committed Feb 16, 2011
1 parent 9b7b0f3 commit 4d25d90
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.queueing
Expand Up @@ -8,7 +8,7 @@ Queue Daemon).
Currently this is only supported for "Storeconfigs" which is
documented at:

http://reductivelabs.com/trac/puppet/wiki/UsingStoredConfiguration
http://projects.puppetlabs.com/projects/1/wiki/Using_Stored_Configuration

In the future this feature can be extended to any new puppet
data which involves storage in a database.
Expand Down
4 changes: 2 additions & 2 deletions examples/modules/sample-module/README.txt
Expand Up @@ -12,6 +12,6 @@ templates/sample.erb
Note the consistent naming of files for Puppet::Util::Autoload

Reference Documents:
http://reductivelabs.com/trac/puppet/wiki/ModuleOrganisation
http://docs.puppetlabs.com/guides/modules.html
http://docs.puppetlabs.com/guides/custom_functions.html
http://reductivelabs.com/trac/puppet/wiki/FunctionReference
http://docs.puppetlabs.com/references/latest/function.html
2 changes: 1 addition & 1 deletion ext/puppetstoredconfigclean.rb
Expand Up @@ -3,7 +3,7 @@
# Script to clean up stored configs for (a) given host(s)
#
# Credits:
# Script was taken from http://reductivelabs.com/trac/puppet/attachment/wiki/UsingStoredConfiguration/kill_node_in_storedconfigs_db.rb
# Script was taken from http://reductivelabs.com/trac/puppet/attachment/wiki/UsingStoredConfiguration/kill_node_in_storedconfigs_db.rb (link no longer valid),
# which haven been initially posted by James Turnbull
# duritong adapted and improved the script a bit.

Expand Down
2 changes: 1 addition & 1 deletion tasks/rake/git_workflow.rake
@@ -1,5 +1,5 @@
# This set of tasks helps automate the workflow as described on
# http://reductivelabs.com/trac/puppet/wiki/Development/DevelopmentLifecycle
# http://projects.puppetlabs.com/projects/puppet/wiki/Development_Lifecycle


def find_start(start)
Expand Down

0 comments on commit 4d25d90

Please sign in to comment.