diff options
author | Tim Smith <tsmith@chef.io> | 2017-01-05 14:46:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-05 14:46:24 -0800 |
commit | bfb931a86c4704327e02af1c10dc71e21537bce1 (patch) | |
tree | 959c53398c225dfefdf495249d76ec01e05e7ca4 /RELEASE_NOTES.md | |
parent | b85cb894b2af5686ba86376a74b58ab13f2e509c (diff) | |
download | chef-bfb931a86c4704327e02af1c10dc71e21537bce1.tar.gz |
Fix release note links
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ad0ce2626a..7549845ccf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -18,14 +18,14 @@ _This file holds "in progress" release notes for the current release under devel ## New deprecations introduced in this release: -### Chef Platform Helper Methods +### Chef::Platform Helper Methods - **Deprecation ID**: 13 -- **Remediation Docs**: <https://docs.chef.io/chef_platform_methods.html> +- **Remediation Docs**: <https://docs.chef.io/deprecations_chef_platform_methods.html> - **Expected Removal**: Chef 13 (April 2017) ### run_command Helper Method - **Deprecation ID**: 14 -- **Remediation Docs**: <https://docs.chef.io/run_command.html> +- **Remediation Docs**: <https://docs.chef.io/deprecations_run_command.html> - **Expected Removal**: Chef 13 (April 2017) |