summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy J. Miller <jm@chef.io>2016-10-10 11:28:55 -0400
committerJeremy J. Miller <jm@chef.io>2016-10-10 11:28:55 -0400
commit33600136e5b77c90ec196cf0ec16f71957c10074 (patch)
tree972e33ac1b70094c5db92359dccfc2ee021aab47
parent117d3eed27a15e364098db485738256175c7231a (diff)
downloadchef-33600136e5b77c90ec196cf0ec16f71957c10074.tar.gz
fixed up url format
Signed-off-by: Jeremy J. Miller <jm@chef.io>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 76eb74ca3f..0cab2b64c9 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -23,7 +23,7 @@ Please see [https://docs.chef.io/release_notes.html](https://docs.chef.io/releas
**NOTE:** cab_package resource does not support URLs in `source`.
* Added exit code 213 (Chef Upgrades) from [RFC062](https://github.com/chef/chef-rfc/blob/master/rfc062-exit-status.md)
- * This allows for easier testing of chef client upgrades in Test Kitchen (see https://github.com/chef-cookbooks/omnibus_updater)
+ * This allows for easier testing of chef client upgrades in Test Kitchen. See [omnibus_updater](https://github.com/chef-cookbooks/omnibus_updater)
* Set `yum_repository` gpgcheck default to true.