summaryrefslogtreecommitdiff
path: root/contributors/guide/github-workflow.md
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-01-03 14:09:21 -0800
committerGitHub <noreply@github.com>2018-01-03 14:09:21 -0800
commit2423b94dd187d20d8176303a3ee5250d5a6805a8 (patch)
tree2d3017363b7981bbacae169d9e6c1d51ebb27129 /contributors/guide/github-workflow.md
parent918955c6b7ef9a45652f991051323d61b16a1c4b (diff)
parentadb2be55588e574e6741a020ae751f3530858c82 (diff)
Merge pull request #1558 from cimomo/contributors-guide-fixes
Fix broken links in github-workflow.md
Diffstat (limited to 'contributors/guide/github-workflow.md')
-rw-r--r--contributors/guide/github-workflow.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/guide/github-workflow.md b/contributors/guide/github-workflow.md
index 363426a8..f3b77090 100644
--- a/contributors/guide/github-workflow.md
+++ b/contributors/guide/github-workflow.md
@@ -135,7 +135,7 @@ make test-integration
make test-e2e
```
-See the [testing guide](testing.md) and [end-to-end tests](e2e-tests.md)
+See the [testing guide](/contributors/devel/testing.md) and [end-to-end tests](/contributors/devel/e2e-tests.md)
for additional information and scenarios.
Run `make help` for additional information on these make targets.
@@ -177,7 +177,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](pull-requests.md) for more details and
+3. Check out the pull request [process](/contributors/devel/pull-requests.md) for more details and
advice.
_If you have upstream write access_, please refrain from using the GitHub UI for