diff options
| author | Matt Robinson <matt@puppetlabs.com> | 2011-07-14 14:13:31 -0700 |
|---|---|---|
| committer | Matt Robinson <matt@puppetlabs.com> | 2011-07-14 14:17:11 -0700 |
| commit | c4848d25f51372b9c8fc0e5259b7d58fd23ebb44 (patch) | |
| tree | 4eadbfc1bdcbec536a04ca72107678ee4e7617f9 /lib | |
| parent | 8730b290c4f45f3f76d57d2648bfb642528d0762 (diff) | |
| download | puppet-c4848d25f51372b9c8fc0e5259b7d58fd23ebb44.tar.gz puppet-c4848d25f51372b9c8fc0e5259b7d58fd23ebb44.tar.xz puppet-c4848d25f51372b9c8fc0e5259b7d58fd23ebb44.zip | |
maint: Fix documentation link for fileserver configuration
The link to the filesever configuration page linked to the wiki, which
links back to the docs site. Short circuiting that do just link to
where you want to go.
Reviewed-by: Nick Lewis <nick@puppetlabs.com>
Diffstat (limited to 'lib')
| -rwxr-xr-x | lib/puppet/type/file/source.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/file/source.rb b/lib/puppet/type/file/source.rb index 76c646baf..49e885865 100755 --- a/lib/puppet/type/file/source.rb +++ b/lib/puppet/type/file/source.rb @@ -42,7 +42,7 @@ module Puppet on the local host, whereas `agent` will connect to the puppet server that it received the manifest from. - See the [fileserver configuration documentation](http://projects.puppetlabs.com/projects/puppet/wiki/File_Serving_Configuration) for information on how to configure + See the [fileserver configuration documentation](http://docs.puppetlabs.com/guides/file_serving.html) for information on how to configure and use file services within Puppet. If you specify multiple file sources for a file, then the first |
