From 4d25d90d5e77389eec81b3e6cd4a1e9919d601fa Mon Sep 17 00:00:00 2001 From: nfagerlund Date: Tue, 15 Feb 2011 15:38:29 -0800 Subject: (#6331) Inline documentation: Fix rotted links pointing at the Trac wiki This patch updates links in three files and marks a link in a fourth file as unrecoverable. --- examples/modules/sample-module/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/modules/sample-module/README.txt b/examples/modules/sample-module/README.txt index cd35c83a1..233e54b8d 100644 --- a/examples/modules/sample-module/README.txt +++ b/examples/modules/sample-module/README.txt @@ -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 -- cgit From bb69011d7042454f6a2ee668a036ac373b4ff1eb Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Thu, 24 Feb 2011 11:43:02 -0800 Subject: (#6338) Remove unused version control tags Older version control systems like CVS and SVN used to use these $Id$ tags for version information. Paired-with: Nick Lewis --- examples/etc/init.d/sleeper | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples') diff --git a/examples/etc/init.d/sleeper b/examples/etc/init.d/sleeper index 63f7e9c2e..c60a5555c 100755 --- a/examples/etc/init.d/sleeper +++ b/examples/etc/init.d/sleeper @@ -1,7 +1,5 @@ #!/bin/bash -# $Id$ - script=$0 path=`echo $script | sed 's/etc..*/bin/'` -- cgit