diff options
author | Tim Smith <tsmith@chef.io> | 2019-06-11 13:39:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-11 13:39:26 -0700 |
commit | 4b6669d78d97687cb74e5d02b9483fb4c674aaec (patch) | |
tree | 932b8ebfcaca3e6c44b44ddb66b5635e9f426d90 /docs | |
parent | 67db475ca34739690789ea225c01d93fe390c4c6 (diff) | |
download | chef-4b6669d78d97687cb74e5d02b9483fb4c674aaec.tar.gz |
Update docs/dev/how_to/releasing_chef_infra.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/how_to/releasing_chef_infra.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/how_to/releasing_chef_infra.md b/docs/dev/how_to/releasing_chef_infra.md index 0dfe88f114..a100ed088b 100644 --- a/docs/dev/how_to/releasing_chef_infra.md +++ b/docs/dev/how_to/releasing_chef_infra.md @@ -64,4 +64,4 @@ Once this is updated, you'll need to build / push the artifact to the Chocolatey 1. `choco pack .\chef-client\chef-client.nuspec` 2. `choco push .\chef-client.15.1.9.nupkg --key API_KEY_HERE` -Note: In order to push the artifact you'll need to be added as a maintainer on Chocolatey.org. +Note: In order to push the artifact, you will need to be added as a maintainer on [Chocolatey.org](https://chocolatey.org/). |