diff --git a/README.md b/README.md
index 81b3cc56fb6..c7faa9629fd 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ GUI:
- Login:
### Code of Conduct
-Lima follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
+Lima follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
- - -
**We are a [Cloud Native Computing Foundation](https://cncf.io/) sandbox project.**
diff --git a/website/content/en/docs/community/contributing.md b/website/content/en/docs/community/contributing.md
index c2504ddf7ee..641c597ac37 100644
--- a/website/content/en/docs/community/contributing.md
+++ b/website/content/en/docs/community/contributing.md
@@ -9,13 +9,13 @@ Every commit must be signed off with the `Signed-off-by: REAL NAME .
+See also .
## Licensing
Lima is licensed under the terms of [Apache License, Version 2.0](https://github.com/lima-vm/lima/blob/master/LICENSE).
-See also for third-party dependencies.
+See also for third-party dependencies.
## Sending pull requests
diff --git a/website/content/en/docs/community/governance.md b/website/content/en/docs/community/governance.md
index d88cab74274..490bf80576f 100644
--- a/website/content/en/docs/community/governance.md
+++ b/website/content/en/docs/community/governance.md
@@ -6,7 +6,7 @@ weight: 10
## Code of Conduct
-Lima follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
+Lima follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
## Maintainership
Lima is governed by Maintainers who are elected from active contributors.
diff --git a/website/content/en/docs/config/multi-arch.md b/website/content/en/docs/config/multi-arch.md
index aa279c0dd98..ee77f07228f 100644
--- a/website/content/en/docs/config/multi-arch.md
+++ b/website/content/en/docs/config/multi-arch.md
@@ -58,7 +58,7 @@ $ lima nerdctl build --platform=amd64,arm64 -t example.com/foo:latest .
$ lima nerdctl push --all-platforms example.com/foo:latest
```
-See also https://github.com/containerd/nerdctl/blob/master/docs/multi-platform.md
+See also https://github.com/containerd/nerdctl/blob/main/docs/multi-platform.md
## [Fast mode 2 (Rosetta): Intel containers on ARM VM on ARM Host](#fast-mode-2)