summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-04-22 17:04:31 +1000
committerJames Turnbull <james@lovedthanlost.net>2010-04-22 17:04:31 +1000
commite35e1427c0e529e3dc232930c7beca2656079b17 (patch)
tree7d628515512be24a0ac2a49d815fb811678683da /lib
parentd40e24c63ed23ba88638dae169a09afad52f9c50 (diff)
downloadpuppet-e35e1427c0e529e3dc232930c7beca2656079b17.tar.gz
puppet-e35e1427c0e529e3dc232930c7beca2656079b17.tar.xz
puppet-e35e1427c0e529e3dc232930c7beca2656079b17.zip
Fixed link typo
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/parser/functions/template.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/functions/template.rb b/lib/puppet/parser/functions/template.rb
index 006eeb83c..a41bfa0cc 100644
--- a/lib/puppet/parser/functions/template.rb
+++ b/lib/puppet/parser/functions/template.rb
@@ -1,6 +1,6 @@
Puppet::Parser::Functions::newfunction(:template, :type => :rvalue, :doc =>
"Evaluate a template and return its value. See `the templating docs
- <http://projects.reductivelabs.com/projects/puppet/wiki/Puppet_Templating`_
+ <http://projects.reductivelabs.com/projects/puppet/wiki/Puppet_Templating>`_
for more information. Note that if multiple templates are specified, their
output is all concatenated and returned as the output of the function.") do |vals|
require 'erb'