This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit ac81d67e65ec89a5277fd81962a8a24bbe9aa6a6 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Apr 21 08:33:29 2021 +0200 Moving from master branch to main --- CONTRIBUTING.md | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f8d62dc..92a1477 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,7 +53,7 @@ For more information, see [How does the website work](https://camel.apache.org/m Please raise a new issue in our [issue tracker](https://issues.apache.org/jira/browse/CAMEL) If you can create a JUnit test case, then your issue is more likely to be resolved quicker. -e.g., take a look at some of the existing [unit tests cases](https://github.com/apache/camel/tree/master/core/camel-core/src/test/java/org/apache/camel) +e.g., take a look at some of the existing [unit tests cases](https://github.com/apache/camel/tree/main/core/camel-core/src/test/java/org/apache/camel) ## Working on the code diff --git a/README.md b/README.md index eb0c2be..c424761 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ The up to date list is available online at the Camel website: Apache Camel comes with many examples. The up to date list is available online at GitHub: -* Examples: <https://github.com/apache/camel-examples/tree/master/examples#welcome-to-the-apache-camel-examples> +* Examples: <https://github.com/apache/camel-examples/tree/main/examples#welcome-to-the-apache-camel-examples> ## Getting Started @@ -59,7 +59,7 @@ To help you get started, try the following links: The beginner examples are another powerful alternative pathway for getting started with Apache Camel. -* Examples: <https://github.com/apache/camel-examples/tree/master/examples#welcome-to-the-apache-camel-examples> +* Examples: <https://github.com/apache/camel-examples/tree/main/examples#welcome-to-the-apache-camel-examples> **Building** @@ -69,7 +69,7 @@ The beginner examples are another powerful alternative pathway for getting start We welcome all kinds of contributions, the details of which are specified here: -<https://github.com/apache/camel/blob/master/CONTRIBUTING.md> +<https://github.com/apache/camel/blob/main/CONTRIBUTING.md> Please refer to the website for details of finding the issue tracker,