From 28c2c5f4d4c53eefaa29c34acbdbcc169c3abcdb Mon Sep 17 00:00:00 2001 From: guineveresaenger Date: Wed, 14 Feb 2018 17:21:27 -0800 Subject: Fixing links Links now point at new location for pull-requests.md. --- contributors/guide/community-expectations.md | 2 +- contributors/guide/github-workflow.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'contributors/guide') diff --git a/contributors/guide/community-expectations.md b/contributors/guide/community-expectations.md index fa4f951f..ccff6441 100644 --- a/contributors/guide/community-expectations.md +++ b/contributors/guide/community-expectations.md @@ -22,7 +22,7 @@ As a community we believe in the value of code review for all contributions. Code review increases both the quality and readability of our codebase, which in turn produces high quality software. -See the [pull request documentation](/contributors/devel/pull-requests.md) for more information +See the [pull request documentation](/contributors/guide/pull-requests.md) for more information on code review. Consequently, as a community we expect that all active participants in the diff --git a/contributors/guide/github-workflow.md b/contributors/guide/github-workflow.md index c96e4e7d..a8c4eae6 100644 --- a/contributors/guide/github-workflow.md +++ b/contributors/guide/github-workflow.md @@ -179,7 +179,7 @@ git push -f ${your_remote_name} myfeature 1. Visit your fork at https://github.com/$user/kubernetes 2. Click the `Compare & Pull Request` button next to your `myfeature` branch. -3. Check out the pull request [process](/contributors/devel/pull-requests.md) for more details and +3. Check out the pull request [process](/contributors/guide/pull-requests.md) for more details and advice. _If you have upstream write access_, please refrain from using the GitHub UI for -- cgit v1.2.3