summaryrefslogtreecommitdiff
path: root/docs/dev/README.md
diff options
context:
space:
mode:
authorMary Jinglewski <mjinglewski@chef.io>2019-04-10 17:52:12 -0400
committerTim Smith <tsmith@chef.io>2019-04-23 16:53:22 -0700
commitee838cb7e223178c70f1f027d4e460fbba25bc46 (patch)
tree496595e791989b2d37bf0983e692571d5e5df9be /docs/dev/README.md
parentf67d33078ce34835882140bb661cdecce735b011 (diff)
downloadchef-ee838cb7e223178c70f1f027d4e460fbba25bc46.tar.gz
Copyedits, part 1
Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
Diffstat (limited to 'docs/dev/README.md')
-rw-r--r--docs/dev/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
index fba17e7b9f..903f1253cb 100644
--- a/docs/dev/README.md
+++ b/docs/dev/README.md
@@ -1,8 +1,8 @@
# Chef Infra Development Documentation
-This directory contains a collection of useful how-to guides for both new and seasoned Chef contributors. There are many guides explaining how to build, test, and contribute to Chef Infra as well as documents describing how the many subsystems function.
+This directory contains a collection of useful how-to guides for both new and seasoned Chef contributors. There are many guides explaining how to build, test, and contribute to Chef Infra, as well as documents describing how the many subsystems function.
-A good first start is our [How Chef Infra Is Built](how_chef_is_built.md) and [Chef Infra Release and Support Schedule](release_and_support_schedule.md)
+A good first start is our [How Chef Infra Is Built](how_chef_is_built.md) and [Chef Infra Release and Support Schedule](./policy/release_and_support_schedule.md.md)
## How-To Guides
@@ -13,7 +13,7 @@ A good first start is our [How Chef Infra Is Built](how_chef_is_built.md) and [C
## Design Documents
-- [Client Release Cadence](./design_documents/client_release_cadence.mdÂ)
+- [Client Release Cadence](./design_documents/client_release_cadence.md)
- [Data Collection](./design_documents/data_collector.md)
- [Action Collection](./design_documents/action_collection.md)
- [Deprecations Within Resources](./design_documents/deprecations_in_resources.md)