diff options
Diffstat (limited to '.expeditor/announce-release.sh')
-rwxr-xr-x | .expeditor/announce-release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/announce-release.sh b/.expeditor/announce-release.sh index 35119f5b83..ad772c5356 100755 --- a/.expeditor/announce-release.sh +++ b/.expeditor/announce-release.sh @@ -14,7 +14,7 @@ $(cat release-notes.md) --- ## Get the Build -As always, you can download binaries directly from [downloads.chef.io](https://downloads.chef.io/products/infra?v=${EXPEDITOR_VERSION}) or by using the \`mixlib-install\` command-line utility: +As always, you can download binaries directly from [chef.io/downloads](https://www.chef.io/downloads/tools/infra-client?v=${EXPEDITOR_VERSION}) or by using the \`mixlib-install\` command-line utility: \`\`\` $ mixlib-install download chef -v ${EXPEDITOR_VERSION} |