Skip to content

Commit 8326844

Browse files
authored
Merge pull request #1247 from pires/pires/fix_group_link
community: fix discussion group links
2 parents 6c69a91 + 15f19e7 commit 8326844

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Learn how to engage with the Kubernetes community on the [community page](http:/
5959
You can reach the maintainers of this project at:
6060

6161
- [Slack](http://slack.k8s.io/)
62-
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-kubebuilder)
62+
- [Mailing List](https://groups.google.com/forum/#!forum/kubebuilder)
6363

6464
## Becoming a reviewer or approver
6565

RELEASE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Kubebuilder Project is released on an as-needed basis. The process is as fol
66
1. All [OWNERS](OWNERS) must LGTM this release
77
1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION`
88
1. The release issue is closed
9-
1. An announcement email is sent to `kubernetes-[email protected]` with the subject `[ANNOUNCE] kubebuilder $VERSION is released`
9+
1. An announcement email is sent to `[email protected]` with the subject `[ANNOUNCE] kubebuilder $VERSION is released`
1010

1111
Note: This process does not apply to EAP or alpha (pre-)releases which may be cut at any time for development
1212
and testing.
@@ -16,4 +16,4 @@ and testing.
1616
The binaries releases for HEAD are available here:
1717

1818
- [kubebuilder-release-master-head-darwin-amd64.tar.gz](https://storage.googleapis.com/kubebuilder-release/kubebuilder-release-master-head-darwin-amd64.tar.gz)
19-
- [kubebuilder-release-master-head-linux-amd64.tar.gz](https://storage.googleapis.com/kubebuilder-release/kubebuilder-release-master-head-linux-amd64.tar.gz)
19+
- [kubebuilder-release-master-head-linux-amd64.tar.gz](https://storage.googleapis.com/kubebuilder-release/kubebuilder-release-master-head-linux-amd64.tar.gz)

0 commit comments

Comments
 (0)