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 /docs/dev/design_documents | |
| 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 'docs/dev/design_documents')
| -rwxr-xr-x | docs/dev/design_documents/resource_guard_interpreters.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/dev/design_documents/resource_guard_interpreters.md b/docs/dev/design_documents/resource_guard_interpreters.md index d7cf9f244a..7f4c2fb9b6 100755 --- a/docs/dev/design_documents/resource_guard_interpreters.md +++ b/docs/dev/design_documents/resource_guard_interpreters.md @@ -45,8 +45,9 @@ the following use cases: processes ## Definitions + This document assumes familiarity with the Chef resource DSL, which is -documented at <http://docs.chef.io/chef/resources.html>. +documented at <https://docs.chef.io/dsl_recipe/>. These definitions are used throughout the discussion: @@ -217,7 +218,7 @@ end ## Guard interpreter formal specification The documented behavior for guards can be found at -<http://docs.chef.io/resource_common.html>. Guards are expressed via the optional +<https://docs.chef.io/resource_common/>. Guards are expressed via the optional `not_if` and `only_if` attributes. The expression following the attribute may be either a block or a string. |
