From af4f7d7bebfc3b6346c86e90b99f37c98d6bca73 Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 26 Jan 2007 22:36:51 +0000 Subject: Fixing documentation references to refer to the wiki git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2098 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/parser/functions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet/parser') diff --git a/lib/puppet/parser/functions.rb b/lib/puppet/parser/functions.rb index 1174d7dad..9fbec43df 100644 --- a/lib/puppet/parser/functions.rb +++ b/lib/puppet/parser/functions.rb @@ -189,7 +189,7 @@ module Functions end newfunction(:template, :type => :rvalue, :doc => "Evaluate a template and - return its value. See [the templating docs](../advanced/templating.html) + return its value. See [the templating docs](/trac/puppet/wiki/PuppetTemplating) 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' -- cgit