summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.expeditor/announce-release.sh2
-rw-r--r--chef-utils/lib/chef-utils/dist.rb2
-rw-r--r--docs/dev/how_to/building_and_installing.md2
-rw-r--r--lib/chef/resource/cron/cron.rb1
4 files changed, 3 insertions, 4 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}
diff --git a/chef-utils/lib/chef-utils/dist.rb b/chef-utils/lib/chef-utils/dist.rb
index eb9bb5a881..54e3a16642 100644
--- a/chef-utils/lib/chef-utils/dist.rb
+++ b/chef-utils/lib/chef-utils/dist.rb
@@ -79,7 +79,7 @@ module ChefUtils
WEBSITE = "https://chef.io"
# The downloads site
- DOWNLOADS_URL = "downloads.chef.io"
+ DOWNLOADS_URL = "chef.io/downloads"
# The legacy conf folder: C:/opscode/chef. Specifically the "opscode" part
# DIR_SUFFIX is appended to it in code where relevant
diff --git a/docs/dev/how_to/building_and_installing.md b/docs/dev/how_to/building_and_installing.md
index ecdc3cb25f..745b4fddbe 100644
--- a/docs/dev/how_to/building_and_installing.md
+++ b/docs/dev/how_to/building_and_installing.md
@@ -5,7 +5,7 @@ Chef Infra can be built and installed in two distinct ways:
- A gem built from this repository and installed into your own Ruby installation
- A system native package containing its own Ruby built using our Omnibus packaging system
-**NOTE:** As an end user, please download the [Chef Infra package](https://downloads.chef.io/chef) for managing systems, or the [Chef Workstation package](https://downloads.chef.io/chef-workstation) for authoring Chef cookbooks and administering your Chef infrastructure.
+**NOTE:** As an end user, please download the [Chef Infra package](https://www.chef.io/downloads/tools/infra-client) for managing systems, or the [Chef Workstation package](https://www.chef.io/downloads/tools/workstation) for authoring Chef cookbooks and administering your Chef infrastructure.
We do not recommend for end users to install Chef from gems or build from source. The following instructions apply only to those developing the Chef Infra client.
diff --git a/lib/chef/resource/cron/cron.rb b/lib/chef/resource/cron/cron.rb
index 1565cf9025..18dfd1cdc3 100644
--- a/lib/chef/resource/cron/cron.rb
+++ b/lib/chef/resource/cron/cron.rb
@@ -106,7 +106,6 @@ class Chef
```
DOC
-
state_attrs :minute, :hour, :day, :month, :weekday, :user
default_action :create