summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSahdev P. Zala <spzala@us.ibm.com>2017-02-13 10:27:03 -0500
committerSahdev P. Zala <spzala@us.ibm.com>2017-02-13 10:27:03 -0500
commit12b817ae71dc96f3d772d820f910a37860a70303 (patch)
treea9bd2b6f00e29392c7108db4ad343e5f80d12cff
parent26d03a097ffc3dd8cadbdbd154fd55659434367e (diff)
Fix the relative path to kubernetes in doc
Couple of links in docs still referencing relative path to kubernetes github. fixes #362
-rw-r--r--contributors/devel/cherry-picks.md3
-rw-r--r--contributors/devel/pull-requests.md2
2 files changed, 2 insertions, 3 deletions
diff --git a/contributors/devel/cherry-picks.md b/contributors/devel/cherry-picks.md
index ad8df62d..c2ff50ba 100644
--- a/contributors/devel/cherry-picks.md
+++ b/contributors/devel/cherry-picks.md
@@ -16,8 +16,7 @@ depending on the point in the release cycle.
to set the same label to confirm that no release note is needed.
1. `release-note` labeled PRs generate a release note using the PR title by
default OR the release-note block in the PR template if filled in.
- * See the [PR template](../../.github/PULL_REQUEST_TEMPLATE.md) for more
- details.
+ * See the [PR template](https://github.com/kubernetes/kubernetes/blob/master/.github/PULL_REQUEST_TEMPLATE.md) for more details.
* PR titles and body comments are mutable and can be modified at any time
prior to the release to reflect a release note friendly message.
diff --git a/contributors/devel/pull-requests.md b/contributors/devel/pull-requests.md
index fdb91f4c..1e75f3b1 100644
--- a/contributors/devel/pull-requests.md
+++ b/contributors/devel/pull-requests.md
@@ -50,7 +50,7 @@ For cherry-pick PRs, see the [Cherrypick instructions](cherry-picks.md)
at release time.
1. `release-note` labeled PRs generate a release note using the PR title by
default OR the release-note block in the PR template if filled in.
- * See the [PR template](../../.github/PULL_REQUEST_TEMPLATE.md) for more
+ * See the [PR template](https://github.com/kubernetes/kubernetes/blob/master/.github/PULL_REQUEST_TEMPLATE.md) for more
details.
* PR titles and body comments are mutable and can be modified at any time
prior to the release to reflect a release note friendly message.