diff options
| author | Kai Chen <kaichen@outlook.com> | 2018-01-03 13:21:34 -0800 |
|---|---|---|
| committer | Kai Chen <kaichen@outlook.com> | 2018-01-03 13:21:34 -0800 |
| commit | adb2be55588e574e6741a020ae751f3530858c82 (patch) | |
| tree | 2d3017363b7981bbacae169d9e6c1d51ebb27129 /contributors/guide/github-workflow.md | |
| parent | 918955c6b7ef9a45652f991051323d61b16a1c4b (diff) | |
Fix broken links in github-workflow.md
Diffstat (limited to 'contributors/guide/github-workflow.md')
| -rw-r--r-- | contributors/guide/github-workflow.md | 4 |
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 |
