summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-12 10:04:19 -0700
committerTim Smith <tsmith@chef.io>2019-04-23 16:53:22 -0700
commitee9d531b6ab32555b1bde06c9c4d65afc1e52811 (patch)
tree433e91cd0768f00c42894fecda65ad8d15e257ad
parent0db828c3b781d31ed5496ca17aa2a121363f4e8f (diff)
downloadchef-ee9d531b6ab32555b1bde06c9c4d65afc1e52811.tar.gz
Update links
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--README.md2
-rw-r--r--docs/dev/design_documents/how_chef_is_tested_and_built.md.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 397128cd2e..1dabeb23cc 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[![Gem Version](https://badge.fury.io/rb/chef.svg)](https://badge.fury.io/rb/chef)
[![](https://img.shields.io/badge/Release%20Policy-Cadence%20Release-brightgreen.svg)](https://github.com/chef/chef-rfc/blob/master/rfc086-chef-oss-project-policies.md#cadence-release)
-**Umbrella Project**: Chef Infra
+**Umbrella Project**: [Chef Infra](https://github.com/chef/chef-oss-practices/blob/master/projects/chef-infra.md)
**Project State**: [Active](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md#active)
diff --git a/docs/dev/design_documents/how_chef_is_tested_and_built.md.md b/docs/dev/design_documents/how_chef_is_tested_and_built.md.md
index ed85dff2ca..45ea805b14 100644
--- a/docs/dev/design_documents/how_chef_is_tested_and_built.md.md
+++ b/docs/dev/design_documents/how_chef_is_tested_and_built.md.md
@@ -20,7 +20,7 @@ We can't just merge any old change, so we run various checks against your submit
## PR is Reviewed and Merged
-Once your pull request passes the above tests, it will need to be reviewed by at least two members of the Chef Infra project owners, approvers, or reviewers groups. For a list of owners, approvers, and reviewers, see https://github.com/chef/chef-oss-practices/blob/master/teams/chef-infra.md. GitHub will automatically assign these groups as reviewers. Reviews will happen adhoc as members in those groups have time, or during our weekly issue triage. Check the above team doc link for information on when that review takes place.
+Once your pull request passes the above tests, it will need to be reviewed by at least two members of the Chef Infra project owners, approvers, or reviewers groups. For a list of owners, approvers, and reviewers, see https://github.com/chef/chef-oss-practices/blob/master/projects/chef-infra.md. GitHub will automatically assign these groups as reviewers. Reviews will happen adhoc as members in those groups have time, or during our weekly issue triage. Check the above team doc link for information on when that review takes place.
Your PR will be reviewed for Chef and Ruby correctness, overall design, and likelihood of impact on the community. We do our best to make sure all the changes made to Chef are high quality and easy to maintain going forward, while also having the lowest chance of negatively impacting our end users. If your PR meets that criteria, we'll merge the change into our master branch.