summaryrefslogtreecommitdiff
path: root/contributors/guide
diff options
context:
space:
mode:
authoreduartua <eduartua@gmail.com>2019-01-29 11:03:22 -0600
committereduartua <eduartua@gmail.com>2019-01-29 11:03:22 -0600
commit3368adb2cc68e206bb2bb8cdbe92fe39b648e60b (patch)
tree6550b7dbd4f7f8477aec72adeabbaba140bf4ff4 /contributors/guide
parentca79d659de6460b8268ff4ab87f04654482ad9bc (diff)
/devel/sig-release folder created - file cherry-picks.md moved to /devel/sig-release - URLs updated
Diffstat (limited to 'contributors/guide')
-rw-r--r--contributors/guide/contributor-cheatsheet.md2
-rw-r--r--contributors/guide/release-notes.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/contributors/guide/contributor-cheatsheet.md b/contributors/guide/contributor-cheatsheet.md
index 180a368f..320cd980 100644
--- a/contributors/guide/contributor-cheatsheet.md
+++ b/contributors/guide/contributor-cheatsheet.md
@@ -20,7 +20,7 @@ A list of common resources when contributing to Kubernetes.
- [GitHub labels](https://go.k8s.io/github-labels)
- [Release Buckets](https://gcsweb.k8s.io/gcs/kubernetes-release/)
- Developer Guide
- - [Cherry Picking Guide](/contributors/devel/cherry-picks.md)
+ - [Cherry Picking Guide](/contributors/devel/sig-release/cherry-picks.md)
- [Kubernetes Code Search](https://cs.k8s.io/), maintained by [@dims](https://github.com/dims)
diff --git a/contributors/guide/release-notes.md b/contributors/guide/release-notes.md
index 655dff1c..81dca597 100644
--- a/contributors/guide/release-notes.md
+++ b/contributors/guide/release-notes.md
@@ -30,4 +30,4 @@ For pull requests that don't need to be mentioned at release time, use the `/rel
To see how to format your release notes, view the kubernetes/kubernetes [pull request template](https://git.k8s.io/kubernetes/.github/PULL_REQUEST_TEMPLATE.md) for a brief example. Pull Request titles and body comments can be modified at any time prior to the release to make them friendly for release notes.
-Release notes apply to pull requests on the master branch. For cherry-pick pull requests, see the [cherry-pick instructions](/contributors/devel/cherry-picks.md). The only exception to these rules is when a pull request is not a cherry-pick and is targeted directly to the non-master branch. In this case, a `release-note-*` label is required for that non-master pull request.
+Release notes apply to pull requests on the master branch. For cherry-pick pull requests, see the [cherry-pick instructions](/contributors/devel/sig-release/cherry-picks.md). The only exception to these rules is when a pull request is not a cherry-pick and is targeted directly to the non-master branch. In this case, a `release-note-*` label is required for that non-master pull request.