summaryrefslogtreecommitdiff
path: root/omnibus
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-03-06 11:56:35 -0800
committerGitHub <noreply@github.com>2020-03-06 11:56:35 -0800
commitf183fc75819a0ea6bae49903ee4a838b2bc02bd5 (patch)
treea8cbcb1e444500a0394acf3d489c3f12562c60de /omnibus
parent6bf359695a0f8f763f1d5caa9309271988e72cc3 (diff)
parentd438a1de3e2ea97b555458a498f278ce1c83941b (diff)
downloadchef-f183fc75819a0ea6bae49903ee4a838b2bc02bd5.tar.gz
Merge pull request #9445 from chef/docs_links
Update all our links to use the new docs site format / cleanup descriptions
Diffstat (limited to 'omnibus')
-rw-r--r--omnibus/README.md2
-rw-r--r--omnibus/resources/chef/msi/localization-en-us.wxl.erb2
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>