summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/functions/inline_template.rb
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-07-15 01:33:54 +1000
committerJames Turnbull <james@lovedthanlost.net>2010-07-15 01:43:01 +1000
commit1cda7c53e340bd95513c973e356cbc90372efe38 (patch)
treea0577f4641cae04f0d16ffb687a70d4f4514d6aa /lib/puppet/parser/functions/inline_template.rb
parentf60b6a0e54bf99e20bfa876b8341a5cc0da74584 (diff)
downloadpuppet-1cda7c53e340bd95513c973e356cbc90372efe38.tar.gz
puppet-1cda7c53e340bd95513c973e356cbc90372efe38.tar.xz
puppet-1cda7c53e340bd95513c973e356cbc90372efe38.zip
Fixes errant Trac references in documentation
Diffstat (limited to 'lib/puppet/parser/functions/inline_template.rb')
-rw-r--r--lib/puppet/parser/functions/inline_template.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/functions/inline_template.rb b/lib/puppet/parser/functions/inline_template.rb
index 11d980fab..46e000383 100644
--- a/lib/puppet/parser/functions/inline_template.rb
+++ b/lib/puppet/parser/functions/inline_template.rb
@@ -1,6 +1,6 @@
Puppet::Parser::Functions::newfunction(:inline_template, :type => :rvalue, :doc =>
"Evaluate a template string and return its value. See `the templating docs
- </trac/puppet/wiki/PuppetTemplating>`_ for more information. Note that
+ <http://docs.puppetlabs.com/guides/templating.html>`_ for more information. Note that
if multiple template strings are specified, their output is all concatenated
and returned as the output of the function.") do |vals|
require 'erb'