You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/10/30 04:25:22 UTC

[camel] branch master updated: CAMEL-14061 camel-website - Add page for contributing (#3294)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a011e4  CAMEL-14061 camel-website - Add page for contributing (#3294)
1a011e4 is described below

commit 1a011e4b059127a40ee9a30549bb66cdce22ee12
Author: Alexandre Kieling <al...@gmail.com>
AuthorDate: Wed Oct 30 01:25:03 2019 -0300

    CAMEL-14061 camel-website - Add page for contributing (#3294)
---
 docs/user-manual/modules/ROOT/pages/faq.adoc                           | 3 +--
 .../modules/ROOT/pages/faq/how-do-i-become-a-committer.adoc            | 2 +-
 docs/user-manual/modules/ROOT/pages/faq/how-do-i-edit-the-website.adoc | 2 +-
 docs/user-manual/modules/ROOT/pages/index.adoc                         | 2 +-
 docs/user-manual/modules/ROOT/pages/support.adoc                       | 2 +-
 5 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/faq.adoc b/docs/user-manual/modules/ROOT/pages/faq.adoc
index 5c79a52..7cbc56c 100644
--- a/docs/user-manual/modules/ROOT/pages/faq.adoc
+++ b/docs/user-manual/modules/ROOT/pages/faq.adoc
@@ -5,7 +5,7 @@ Here are a list of commonly asked questions and answers. If you have any
 questions which are not on this list, please talk to us on the
 xref:mailing-lists.adoc[Mailing Lists].
 
-We https://github.com/apache/camel/blob/master/CONTRIBUTING.md[welcome contributions] and
+We xref:contributing.adoc[welcome contributions] and
 this entire website is in
 xref:faq/how-does-the-website-work.adoc[the GitHub repository you can send a pull request],
 so please join in and help us make the documentation better!
@@ -165,4 +165,3 @@ Common Problems that people have when riding the Camel
 * xref:faq/why-do-camel-throw-so-many-noclassdeffoundexception-on-startup.adoc[Why do Camel throw so many NoClassDefFoundException on startup?]
 * xref:faq/why-does-camel-use-too-many-threads-with-producertemplate.adoc[Why does Camel use too many threads with ProducerTemplate?]
 * xref:faq/why-does-maven-not-download-dependencies.adoc[Why does maven not download dependencies?]
-
diff --git a/docs/user-manual/modules/ROOT/pages/faq/how-do-i-become-a-committer.adoc b/docs/user-manual/modules/ROOT/pages/faq/how-do-i-become-a-committer.adoc
index 1ac4fa3..864816c 100644
--- a/docs/user-manual/modules/ROOT/pages/faq/how-do-i-become-a-committer.adoc
+++ b/docs/user-manual/modules/ROOT/pages/faq/how-do-i-become-a-committer.adoc
@@ -2,7 +2,7 @@
 = How can I become a committer
 
 First of all you need to get involved and
-https://github.com/apache/camel/blob/master/CONTRIBUTING.md[Contribute] via the mail list, forums, edit the
+xref:contributing.adoc[Contribute] via the mail list, forums, edit the
 documentation, work on the issue tracker and submit patches.
 
 Once you're contributing and your work is good, one of our
diff --git a/docs/user-manual/modules/ROOT/pages/faq/how-do-i-edit-the-website.adoc b/docs/user-manual/modules/ROOT/pages/faq/how-do-i-edit-the-website.adoc
index 268abec..e8f84a6 100644
--- a/docs/user-manual/modules/ROOT/pages/faq/how-do-i-edit-the-website.adoc
+++ b/docs/user-manual/modules/ROOT/pages/faq/how-do-i-edit-the-website.adoc
@@ -3,7 +3,7 @@
 
 The website is all contained in
 https://github.com/apache/camel/[the GitHub repository] so that you can
-https://github.com/apache/camel/blob/master/CONTRIBUTING.md[contribute] providing you are happy to license
+xref:contributing.adoc[contribute] providing you are happy to license
 all your contributions under the
 http://www.apache.org/licenses/LICENSE-2.0[Apache Software License version 2.0]
 
diff --git a/docs/user-manual/modules/ROOT/pages/index.adoc b/docs/user-manual/modules/ROOT/pages/index.adoc
index ff13c6a..a7513a0 100644
--- a/docs/user-manual/modules/ROOT/pages/index.adoc
+++ b/docs/user-manual/modules/ROOT/pages/index.adoc
@@ -519,7 +519,7 @@ camel routes without them knowing
 == Community
 
 * xref:support.adoc[Support]
-* https://github.com/apache/camel/blob/master/CONTRIBUTING.md[Contributing]
+* xref:contributing.adoc[Contributing]
 * xref:mailing-lists.adoc[Mailing Lists]
 * https://gitter.im/apache/apache-camel[Gitter Chat]
 * xref:user-stories.adoc[User Stories]
diff --git a/docs/user-manual/modules/ROOT/pages/support.adoc b/docs/user-manual/modules/ROOT/pages/support.adoc
index b0d5ffa..7b2af31 100644
--- a/docs/user-manual/modules/ROOT/pages/support.adoc
+++ b/docs/user-manual/modules/ROOT/pages/support.adoc
@@ -110,7 +110,7 @@ We can help you much quicker if you try the following:
 * provide us with a JUnit test case that demonstrates your issue. e.g.
 if you think you've found a bug, can you create a test case to
 demonstrate the bug?
-* https://github.com/apache/camel/blob/master/CONTRIBUTING.md[submit a patch] fixing the
+* xref:contributing.adoc[submit a patch] fixing the
 bug! (We also buy you beer when we meet you if you submit bug fixes
 :smile:)
 * for memory leak or performance related issues, if you can run a