summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-03-04 16:27:38 -0800
committerTim Smith <tsmith84@gmail.com>2020-03-31 13:09:52 -0700
commit25c49bb8756ea0a515f4ceaea1e0c4501f3abd02 (patch)
tree61010f885e49c7a275cab5e984b1b705b64006ec /docs/dev
parent798285efc3757ba72c8f0aa73db57e43a7d58b08 (diff)
downloadchef-25c49bb8756ea0a515f4ceaea1e0c4501f3abd02.tar.gz
Make the links end with /
Thanks for pointing this out Ian Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/how_to/upgrading_from_chef_12.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/how_to/upgrading_from_chef_12.md b/docs/dev/how_to/upgrading_from_chef_12.md
index b9fa9c36b7..50dccaad2d 100644
--- a/docs/dev/how_to/upgrading_from_chef_12.md
+++ b/docs/dev/how_to/upgrading_from_chef_12.md
@@ -6,9 +6,9 @@ title: Upgrading From Chef 12
This is not a general guide on how to upgrade from Chef Infra 12. There already exists documentation on:
-* [How to upgrade from the command line](https://docs.chef.io/upgrade_client)
+* [How to upgrade from the command line](https://docs.chef.io/upgrade_client/)
* [How to use the `chef_client_updater` cookbook](https://supermarket.chef.io/cookbooks/chef_client_updater)
-* [All of the possible Deprecations and remediation steps](https://docs.chef.io/chef_deprecations_client)
+* [All of the possible Deprecations and remediation steps](https://docs.chef.io/chef_deprecations_client/)
This is strictly expert-level documentation on what the large scale focus should be and what kind of otherwise
undocumented gotchas can occur.