summaryrefslogtreecommitdiff
path: root/lib/chef/resource/link.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-25 12:45:42 -0700
committerTim Smith <tsmith@chef.io>2018-07-25 12:45:42 -0700
commit992f509a9f77320108380ea2b63ef8557b2d7e14 (patch)
tree988eb550943b8366686182e55e981cf79ce79ce4 /lib/chef/resource/link.rb
parente98bce28fbe2280009953aa98904d206614c50ae (diff)
downloadchef-992f509a9f77320108380ea2b63ef8557b2d7e14.tar.gz
Remove references to a docs section
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/link.rb')
-rw-r--r--lib/chef/resource/link.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/link.rb b/lib/chef/resource/link.rb
index 487befde2e..00ce69dddd 100644
--- a/lib/chef/resource/link.rb
+++ b/lib/chef/resource/link.rb
@@ -48,7 +48,7 @@ class Chef
end
property :target_file, String,
- description: "The name of the link. Default value: the name of the resource block See “Syntax” section above for more information.",
+ description: "The name of the link. Default value: the name of the resource block.",
name_property: true, identity: true
property :to, String,