Skip to content

Commit 3bae6e3

Browse files
committed
fix: update branch name in links
1 parent ebd849f commit 3bae6e3

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ issues, mailing lists, meetings, conferences, etc.
1111

1212
## Assets
1313

14-
- Helm logos are located at [cncf/artwork](https://github.com/cncf/artwork/blob/master/examples/graduated.md#helm-logos)
14+
- Helm logos are located at [cncf/artwork](https://github.com/cncf/artwork/blob/main/examples/graduated.md#helm-logos)
1515
- Helm website and docs are located at [helm/helm-www](https://github.com/helm/helm-www)
1616
- Helm brand examples and guidelines: [art](https://github.com/helm/community/tree/main/art)
1717
- Helm themed presentation template: [slides](https://github.com/helm/community/tree/main/slides)

art/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Logo
22

3-
The official Helm logo is found at the [CNCF/artwork](https://github.com/cncf/artwork/blob/master/examples/graduated.md#helm-logos) repo.
3+
The official Helm logo is found at the [CNCF/artwork](https://github.com/cncf/artwork/blob/main/examples/graduated.md#helm-logos) repo.
44

55
![Logo-Tweak-Light](./images/Logo-Tweak-Light.png)
66

code-of-conduct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Community Code of Conduct
22

3-
Helm follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
3+
Helm follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).

communication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Helm is one of the projects, represented at CloudNativeCon/KubeCon, held three t
5454
Also, the Helm community organizes the Helm-focused event - [Helm Summit], first
5555
edition of which has happened in Portland, Oregon in February 2018, [the second one](https://events19.linuxfoundation.org/events/helm-summit-2019/) - in Europe (Amsterdam, Netherlands) on September 11-12, 2019.
5656

57-
[CNCF code of conduct]: https://github.com/cncf/foundation/blob/master/code-of-conduct.md
57+
[CNCF code of conduct]: https://github.com/cncf/foundation/blob/main/code-of-conduct.md
5858
[cncf-helm]: https://lists.cncf.io/g/cncf-helm/topics
5959
[events]: https://www.cncf.io/events/
6060
[file an issue]: https://github.com/helm/helm/issues/new

helm-maintainers-onboarding-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ All Helm maintainers are expected to do the following:
1212
- Hang out in the #helm-dev and #helm-users Slack channel
1313
- Make a good-faith effort to come to the public developer's meeting
1414
- Participate in formal Helm decision making, such as casting an official vote for new maintainers
15-
- Uphold the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md) (that is, not just follow, but cultivate that as part of the project's culture)
15+
- Uphold the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md) (that is, not just follow, but cultivate that as part of the project's culture)
1616
- Participate in resolution of critical security issues as needed
1717

1818
## You're Encouraged To…

hips/hip-0003.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ None currently.
103103

104104
## References
105105

106-
- [CNCF intellectual property commitments](https://github.com/cncf/foundation/blob/master/copyright-notices.md)
106+
- [CNCF intellectual property commitments](https://github.com/cncf/foundation/blob/main/copyright-notices.md)
107107
- [DCO or CLA](https://www.cncf.io/services-for-projects/#legal-services)
108-
- [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md)
108+
- [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md)
109109
- [Helm security process](../SECURITY.md)
110110
- [Helm governance documents](../governance/governance.md)
111111
- [Helm community repository](http://github.com/helm/community)

hips/hip-0005.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ N/A
8686

8787
## References
8888

89-
[governance.md](https://github.com/helm/community/blob/master/governance/governance.md)
89+
[governance.md](https://github.com/helm/community/blob/main/governance/governance.md)

hips/hip-0007.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ structure:
5252
```
5353
maintainerGroups:
5454
- name: Helm Core
55-
ownersLink: https://raw.githubusercontent.com/helm/helm/master/OWNERS
55+
ownersLink: https://raw.githubusercontent.com/helm/helm/main/OWNERS
5656
repos:
5757
- https://github.com/helm/helm
5858
mailingList: [email protected]
@@ -79,6 +79,6 @@ is used the emeritus is expected to be listed in that file.
7979

8080
## References
8181

82-
* [Helm Governance](https://github.com/helm/community/blob/master/governance/governance.md)
82+
* [Helm Governance](https://github.com/helm/community/blob/main/governance/governance.md)
8383
documents maintainer groups.
8484
* The [Teams.md file can be referenced in the community history](https://github.com/helm/community/blob/ecedb3ddea57749580bc4800cb1492fce9c9b332/Teams.md).

maintainer-groups.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ maintainerGroups:
1515
ownersLink: https://github.com/helm/community/blob/main/SECURITY.md
1616
mailingList: [email protected]
1717
- name: Helm Core
18-
ownersLink: https://raw.githubusercontent.com/helm/helm/master/OWNERS
18+
ownersLink: https://raw.githubusercontent.com/helm/helm/main/OWNERS
1919
repos:
2020
- https://github.com/helm/helm
2121
mailingList: [email protected]
@@ -49,7 +49,7 @@ maintainerGroups:
4949
- https://github.com/helm/kind-action
5050
mailingList: [email protected]
5151
- name: Website
52-
ownersLink: https://raw.githubusercontent.com/helm/helm-www/master/OWNERS
52+
ownersLink: https://raw.githubusercontent.com/helm/helm-www/main/OWNERS
5353
repos:
5454
- https://github.com/helm/helm-www
5555
- name: Community Management

slides/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Helm Slides
22

3-
Here are some Helm themed `.ppt` slides which may be used as a template for any Helm-centric presentations. For logos and brand guidelines, see the [art](https://github.com/helm/community/tree/main/art) section of this repo, or refer to the [cncf/artwork](https://github.com/cncf/artwork/blob/master/examples/incubating.md#helm-logos) page.
3+
Here are some Helm themed `.ppt` slides which may be used as a template for any Helm-centric presentations. For logos and brand guidelines, see the [art](https://github.com/helm/community/tree/main/art) section of this repo, or refer to the [cncf/artwork](https://github.com/cncf/artwork/blob/main/examples/graduated.md#helm-logos) page.

0 commit comments

Comments
 (0)