diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-03-04 15:51:57 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-03-04 15:51:57 -0800 |
commit | 34745ce52cd595dd387141ead296e776a0dc859c (patch) | |
tree | 6319b311c55da3d004c95cd57157a1241db36185 /omnibus | |
parent | 7dc784212d9069485d8f78056dad90a7b8aa87ea (diff) | |
download | chef-34745ce52cd595dd387141ead296e776a0dc859c.tar.gz |
Update all our links to use the new docs site format
When we migrated to hugo the URLs changed a bit. Nothing ends in .html and we moved all the resources into their own dir.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/README.md | 2 | ||||
-rw-r--r-- | omnibus/resources/chef/msi/localization-en-us.wxl.erb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/omnibus/README.md b/omnibus/README.md index 34e503519f..66bdb55448 100644 --- a/omnibus/README.md +++ b/omnibus/README.md @@ -58,7 +58,7 @@ $ bundle exec omnibus help ## Kitchen-based Build Environment -Every Omnibus project ships will a project-specific [Berksfile](https://docs.chef.io/berkshelf.html) that will allow you to build your omnibus projects on all of the projects listed in the `kitchen.yml`. You can add/remove additional platforms as needed by changing the list found in the `kitchen.yml` `platforms` YAML stanza. +Every Omnibus project ships will a project-specific [Berksfile](https://docs.chef.io/berkshelf/) that will allow you to build your omnibus projects on all of the projects listed in the `kitchen.yml`. You can add/remove additional platforms as needed by changing the list found in the `kitchen.yml` `platforms` YAML stanza. This build environment is designed to get you up-and-running quickly. However, there is nothing that restricts you to building on other platforms. Simply use the [omnibus cookbook](https://github.com/chef-cookbooks/omnibus) to setup your desired platform and execute the build steps listed above. diff --git a/omnibus/resources/chef/msi/localization-en-us.wxl.erb b/omnibus/resources/chef/msi/localization-en-us.wxl.erb index 254a3722ab..e6b055984f 100644 --- a/omnibus/resources/chef/msi/localization-en-us.wxl.erb +++ b/omnibus/resources/chef/msi/localization-en-us.wxl.erb @@ -38,5 +38,5 @@ <String Id="CustomizeDlgSecondRadioButtonText">Chef Infra Client Service</String> <String Id="CustomizeDlgThirdRadioButtonText">None</String> - <String Id="CustomizeDlgOptionsMsg">The installer can configure the Chef Infra Client to run periodically as either a scheduled task or a service. Using a scheduled task is recommended. For more information, see https://docs.chef.io/windows.html.</String> + <String Id="CustomizeDlgOptionsMsg">The installer can configure the Chef Infra Client to run periodically as either a scheduled task or a service. Using a scheduled task is recommended. For more information, see https://docs.chef.io/windows/.</String> </WixLocalization> |