summaryrefslogtreecommitdiff
path: root/contributors/guide
diff options
context:
space:
mode:
authorguineveresaenger <guineveresaenger@gmail.com>2018-02-14 17:21:27 -0800
committerguineveresaenger <guineveresaenger@gmail.com>2018-02-19 21:21:58 -0800
commit28c2c5f4d4c53eefaa29c34acbdbcc169c3abcdb (patch)
treea360305bde909f15f81b26412ea44b0279d65c99 /contributors/guide
parentf71f80ce56ac534814d3cf9ba6677bccb216a7df (diff)
Fixing links
Links now point at new location for pull-requests.md.
Diffstat (limited to 'contributors/guide')
-rw-r--r--contributors/guide/community-expectations.md2
-rw-r--r--contributors/guide/github-workflow.md2
2 files changed, 2 insertions, 2 deletions
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