Skip to content

Commit 3291c79

Browse files
authored
Merge pull request #3633 from alexandear-org/docs/fix-links
docs: update links to policies
2 parents c75e8b4 + 820fba6 commit 3291c79

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ GUI:
7373
- Login: <https://cloud-native.slack.com/>
7474

7575
### Code of Conduct
76-
Lima follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
76+
Lima follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
7777

7878
- - -
7979
**We are a [Cloud Native Computing Foundation](https://cncf.io/) sandbox project.**

website/content/en/docs/community/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Every commit must be signed off with the `Signed-off-by: REAL NAME <email@exampl
99

1010
Use the `git commit -s` command to add the Signed-off-by line.
1111

12-
See also <https://github.com/cncf/foundation/blob/main/dco-guidelines.md>.
12+
See also <https://github.com/cncf/foundation/blob/main/policies-guidance/dco-guidelines.md>.
1313

1414
## Licensing
1515

1616
Lima is licensed under the terms of [Apache License, Version 2.0](https://github.com/lima-vm/lima/blob/master/LICENSE).
1717

18-
See also <https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md> for third-party dependencies.
18+
See also <https://github.com/cncf/foundation/blob/main/policies-guidance/allowed-third-party-license-policy.md> for third-party dependencies.
1919

2020
## Sending pull requests
2121

website/content/en/docs/community/governance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 10
66
<!-- The governance model is similar to https://github.com/containerd/project/blob/main/GOVERNANCE.md but simplified -->
77

88
## Code of Conduct
9-
Lima follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
9+
Lima follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
1010

1111
## Maintainership
1212
Lima is governed by Maintainers who are elected from active contributors.

website/content/en/docs/config/multi-arch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $ lima nerdctl build --platform=amd64,arm64 -t example.com/foo:latest .
5858
$ lima nerdctl push --all-platforms example.com/foo:latest
5959
```
6060

61-
See also https://github.com/containerd/nerdctl/blob/master/docs/multi-platform.md
61+
See also https://github.com/containerd/nerdctl/blob/main/docs/multi-platform.md
6262

6363
## [Fast mode 2 (Rosetta): Intel containers on ARM VM on ARM Host](#fast-mode-2)
6464

0 commit comments

Comments
 (0)