Skip to content

Commit

Permalink
Adjust cilium/cilium URLs after primary branch rename to main
Browse files Browse the repository at this point in the history
Cilium's primary branch was renamed to `main`, see
cilium/cilium#23110. Adjust all URLs that
uses the old branch name.

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser committed Apr 20, 2023
1 parent 90c8d2c commit 2aeb35d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
All members of the Cilium community must abide by the [Cilium Community Code of
Conduct](https://github.com/cilium/cilium/blob/master/CODE_OF_CONDUCT.md). Only
Conduct](https://github.com/cilium/cilium/blob/main/CODE_OF_CONDUCT.md). Only
by respecting each other can we develop a productive, collaborative community.
If you would like to report a violation of the code of contact, please contact
the code of conduct team via [[email protected]](mailto:[email protected]).
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ outside of GitHub.
## Code of conduct

All members of the Cilium community must abide by the [Cilium Community Code of
Conduct](https://github.com/cilium/cilium/blob/master/CODE_OF_CONDUCT.md). Only
Conduct](https://github.com/cilium/cilium/blob/main/CODE_OF_CONDUCT.md). Only
by respecting each other can we develop a productive, collaborative community.
If you would like to report a violation of the code of contact, please contact
any of the maintainers or our mediator, Beatriz Martinez <[email protected]>.
2 changes: 1 addition & 1 deletion internal/cli/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var (
)

func getLatestStableVersion() string {
resp, err := http.Get("https://raw.githubusercontent.com/cilium/cilium/master/stable.txt")
resp, err := http.Get("https://raw.githubusercontent.com/cilium/cilium/main/stable.txt")
if err != nil {
return "unknown"
}
Expand Down

0 comments on commit 2aeb35d

Please sign in to comment.