summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-08-11 10:11:37 -0700
committerTim Smith <tsmith@chef.io>2017-08-11 10:11:37 -0700
commit85ac798458dec7495e9d99b3f279b4db2e71b206 (patch)
treee32479ed574a9d8977fcbf51997da0f67e76d92e
parent6104a7d939edd8d10698b861255b266f83449c76 (diff)
downloadchef-85ac798458dec7495e9d99b3f279b4db2e71b206.tar.gz
Improve apt_preference docs
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 15435b2da5..980ceec6ca 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -28,9 +28,9 @@ The `windows_task` resource now properly allows updating the configuration of a
## apt_preference Resource
-The apt_preference resource has been ported from the apt cookbook. This resource allows for the creation of APT preference files controlling which versions of packages will be installed.
+The apt_preference resource has been ported from the apt cookbook. This resource allows for the creation of APT preference files controlling which packages take priority in installed.
-Further information regarding apt-pinning is available via <https://wiki.debian.org/AptPreferences>.
+Further information regarding apt-pinning is available via <https://wiki.debian.org/AptPreferences> and <https://manpages.debian.org/stretch/apt/apt_preferences.5.en.html>
### Actions