diff options
author | Tim Smith <tsmith@chef.io> | 2017-05-23 17:01:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-23 17:01:40 -0500 |
commit | 61a944f34394846cc37b3cbeb53c8b4c12ca17b5 (patch) | |
tree | 20a2535baf7b6c0e7f69b59db3c5d9bfbc6d15e5 | |
parent | a228e5fb04a979021247f0a6ef8315c8508350d5 (diff) | |
parent | e55cb97179bfe7eb235caefaea393fd424f5a0d9 (diff) | |
download | chef-61a944f34394846cc37b3cbeb53c8b4c12ca17b5.tar.gz |
Merge pull request #6171 from chef/131_notes
Fix ohai deprecation link in the release notes
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9a2469f3c8..0bce39e83f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -393,6 +393,6 @@ When Chef Client is running as a forked process on unix systems, the standardize ### Removal of support for Ohai version 6 plugins (OHAI-10) -<https://docs.chef.io/deprecations_ohai_filesystem.html> +<https://docs.chef.io/deprecations_ohai_v6_plugins.html> In Chef/Ohai 14 (April 2018) we will remove support for loading Ohai v6 plugins, which we deprecated in Ohai 7/Chef 11.12. |