fix: master to main rename
diff --git a/Jenkinsfile b/Jenkinsfile
index 98d9964..067d197 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -81,7 +81,7 @@
 
         stage('Deploy') {
             when {
-                branch 'master'
+                branch 'main'
             }
 
             steps {
diff --git a/README.md b/README.md
index 13ca9f2..6a16cef 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-![Jenkins](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci-builds.apache.org%2Fjob%2FCamel%2Fjob%2FCamel.website%2Fjob%2Fmaster%2F&label=Master%20build)
+![Jenkins](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci-builds.apache.org%2Fjob%2FCamel%2Fjob%2FCamel.website%2Fjob%2Fmain%2F&label=Master%20build)
 
 # Apache Camel Website <img alt="Apache Camel" src="antora-ui-camel/src/img/logo-d.svg" height="30 px">
 
diff --git a/content/_index.md b/content/_index.md
index d757fde..78682ab 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -220,7 +220,7 @@
 
 [Sources](./community/sources/), [mailing lists](./community/mailing-list/), [issue tracker](./community/support/): it's fully open, you can access directly.
 
-We also love contributions: don't hesitate to [contribute](./manual/latest/contributing.html). You can contribute by <a href="https://github.com/apache/camel-website/edit/master/content/_index.md">editing this page</a>!
+We also love contributions: don't hesitate to [contribute](./manual/latest/contributing.html). You can contribute by <a href="https://github.com/apache/camel-website/edit/main/content/_index.md">editing this page</a>!
 
 [Be Involved In The Community](./manual/latest/contributing.html) | [How To Contribute](./manual/latest/contributing.html)
 
diff --git a/content/blog/2020/03/Outreachy-May2020/index.md b/content/blog/2020/03/Outreachy-May2020/index.md
index 2548641..7e1ffb5 100644
--- a/content/blog/2020/03/Outreachy-May2020/index.md
+++ b/content/blog/2020/03/Outreachy-May2020/index.md
@@ -27,4 +27,4 @@
 
 As part of the application process, all applicants must make at least one contribution to be accepted as an intern for this project. Only applicants who make a contribution will be eligible to be accepted as interns.
 
-Look at the [contributing to Camel page](/manual/latest/contributing.html) for details on how to get started contributing and how to reach out to the Camel community via various communication channels. And look at the [README](https://github.com/apache/camel-website/blob/master/README.md) in the Camel Website repository on how to get started with the website itself.
+Look at the [contributing to Camel page](/manual/latest/contributing.html) for details on how to get started contributing and how to reach out to the Camel community via various communication channels. And look at the [README](https://github.com/apache/camel-website/blob/main/README.md) in the Camel Website repository on how to get started with the website itself.
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index e657503..d9944e9 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,6 +1,6 @@
     <div class="footer-tools">
         {{ with .File }}
-            <a title="Improve this document, receive free virtual hugs &hearts;" href="https://github.com/apache/camel-website/edit/master/content/{{ .Path | replaceRE "^/" "" }}">Edit this Page</a>
+            <a title="Improve this document, receive free virtual hugs &hearts;" href="https://github.com/apache/camel-website/edit/main/content/{{ .Path | replaceRE "^/" "" }}">Edit this Page</a>
         {{ end }}
         <a href="#top" title="Reach the top of the page">Back to top</a>
     </div>