summaryrefslogtreecommitdiff
path: root/docs/dev/how_to
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-03-04 16:27:38 -0800
committerTim Smith <tsmith84@gmail.com>2020-03-04 16:42:46 -0800
commitd438a1de3e2ea97b555458a498f278ce1c83941b (patch)
tree83a5093b6e03bae25a4a6086a90b18da3cd8e12f /docs/dev/how_to
parent34745ce52cd595dd387141ead296e776a0dc859c (diff)
downloadchef-d438a1de3e2ea97b555458a498f278ce1c83941b.tar.gz
Make the links end with /docs_links
Thanks for pointing this out Ian Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'docs/dev/how_to')
-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.