You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/05/16 13:01:18 UTC

[camel] branch master updated: Contributing doc: Re-add the link to edit and how the website work, but point to .adoc

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

acosentino 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 171aea3  Contributing doc: Re-add the link to edit and how the website work, but point to .adoc
171aea3 is described below

commit 171aea33f3f3241d096e4c22b64d7474d383763a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu May 16 15:00:36 2019 +0200

    Contributing doc: Re-add the link to edit and how the website work, but point to .adoc
---
 CONTRIBUTING.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d34f9e7..58aaf47 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -48,6 +48,7 @@ To edit the documentation:
    - Once you modify the javadoc, you'll need to rebuild the component and the .adoc will be automatically updated
    - Create a commit and raise a Pull Request
 - If you want to add more documentation check for .adoc in codebase
+For more information see [How does the website work](https://github.com/apache/camel/blob/master/docs/user-manual/en/faq/how-does-the-website-work.adoc) or [How do I edit the website for more details](https://github.com/apache/camel/blob/master/docs/user-manual/en/faq/how-do-i-edit-the-website.adoc).
 
 ## If you find a bug or problem