diff options
author | Mary Jinglewski <mjinglewski@chef.io> | 2019-04-12 15:05:53 -0400 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-23 16:53:22 -0700 |
commit | 4c44e71392a41e368e2c4cdc374492b32efa86fd (patch) | |
tree | fda5a6b8a1a3cd56f1564d1479696143afc4a4b3 /docs | |
parent | 9a0e6bcdff529f4db0ac770a925f77bd74a19917 (diff) | |
download | chef-4c44e71392a41e368e2c4cdc374492b32efa86fd.tar.gz |
Fixing link
Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md index 2bb8313a29..c3cbd6176d 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -22,7 +22,7 @@ A good first start is our [How Chef Infra Is Built](./design_documents/how_chef_ - [Resource Property Validation Messaging](./design_documents/resource_property_validation_messaging.md) - [Self Documenting Resources](./design_documents/self_documenting_resources.md) - [Resource Before Notifications](./design_documents/resource_before_notifications.md) -- [Resource File Content Verification](resource_file_content_verification.md) +- [Resource File Content Verification](./design_documents/resource_file_content_verification.md) - [Ohai Cookbook Segment](./design_documents/ohai_cookbook_segment.md) - [Cookbook Root Aliases](./design_documents/cookbook_root_aliases.md) - [Event Handler Recipe DSL](./design_documents/event_handler_recipe_dsl.md) |