This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 8423cc7 fix: master to main rename
8423cc7 is described below
commit 8423cc73a735129ee9d6ffd549a0300b6e8d54ea
Author: Zoran Regvart <[email protected]>
AuthorDate: Thu Apr 8 12:36:34 2021 +0200
fix: master to main rename
---
Jenkinsfile | 2 +-
README.md | 2 +-
content/_index.md | 2 +-
content/blog/2020/03/Outreachy-May2020/index.md | 2 +-
layouts/partials/footer.html | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 98d9964..067d197 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -81,7 +81,7 @@ pipeline {
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 @@
-
+
# 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 @@ Camel is an [Apache Software
Foundation](https://www.apache.org) project, availa
[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 @@ Apache Camel is a project with a great community, we are here
to help, mentor an
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
♥" 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
♥" 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>