diff options
| author | Aaron Crickenberger <spiffxp@gmail.com> | 2017-02-16 16:19:33 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-16 16:19:33 -0800 |
| commit | 277adce85f93e7ed74df1ee0b21dde69527201ff (patch) | |
| tree | 801f63ea5e6f11870362bc962043efc05b11da29 | |
| parent | 622468a8c6ef621da507214bac9f8b447f55c5be (diff) | |
| parent | 12b817ae71dc96f3d772d820f910a37860a70303 (diff) | |
Merge pull request #378 from spzala/i28n362
Fix the relative path to kubernetes in doc
| -rw-r--r-- | contributors/devel/cherry-picks.md | 3 | ||||
| -rw-r--r-- | contributors/devel/pull-requests.md | 2 |
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. |
