diff --git a/RELEASE.md b/RELEASE.md index 7274b344e..7dad12e3f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -6,4 +6,4 @@ The Kubernetes Template Project is released on an as-needed basis. The process i 1. All [OWNERS](OWNERS) must LGTM this release 1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION` 1. The release issue is closed -1. An announcement email is sent to `kubernetes-dev@googlegroups.com` with the subject `[ANNOUNCE] kubernetes-template-project $VERSION is released` +1. An announcement email is sent to `dev@kubernetes.io` with the subject `[ANNOUNCE] kubernetes-template-project $VERSION is released` diff --git a/config.toml b/config.toml index 81c205173..4e8b9a606 100644 --- a/config.toml +++ b/config.toml @@ -134,7 +134,7 @@ enable = true # End user relevant links. These will show up on left side of footer and in the community page if you have one. [[params.links.user]] name = "Kubernetes Dev Mailing List" - url = "https://groups.google.com/g/kubernetes-dev" + url = "https://groups.google.com/a/kubernetes.io/group/dev" icon = "fa fa-envelope" desc = "Discussion and help from your fellow users" [[params.links.user]]