From adb2be55588e574e6741a020ae751f3530858c82 Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Wed, 3 Jan 2018 13:21:34 -0800 Subject: [PATCH] Fix broken links in github-workflow.md --- contributors/guide/github-workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributors/guide/github-workflow.md b/contributors/guide/github-workflow.md index 363426a8f..f3b77090d 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