Fix broken links in github-workflow.md

This commit is contained in:
Kai Chen 2018-01-03 13:21:34 -08:00
parent 918955c6b7
commit adb2be5558
1 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ make test-integration
make test-e2e 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. for additional information and scenarios.
Run `make help` for additional information on these make targets. 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 1. Visit your fork at https://github.com/$user/kubernetes
2. Click the `Compare & Pull Request` button next to your `myfeature` branch. 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. advice.
_If you have upstream write access_, please refrain from using the GitHub UI for _If you have upstream write access_, please refrain from using the GitHub UI for