add the Meecrowave-examples source repo to our documentation


git-svn-id: https://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk@1835434 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/meecrowave-doc/src/main/jbake/content/community.adoc b/meecrowave-doc/src/main/jbake/content/community.adoc
index 0575ef5..38a6376 100644
--- a/meecrowave-doc/src/main/jbake/content/community.adoc
+++ b/meecrowave-doc/src/main/jbake/content/community.adoc
@@ -9,15 +9,15 @@
 
 For now please use OpenWebBeans mailing-lists, JIRA and IRC channel.
 
-See http://openwebbeans.apache.org/community.html[OpenWebBeans Community] page for more details.
+See https://openwebbeans.apache.org/community.html[OpenWebBeans Community] page for more details.
 
 == Source code
 
-Source code can be found at http://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk/
+Source code can be found at https://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk/
 
 [source]
 ----
-svn co http://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk/ meecrowave
+svn co https://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk/ meecrowave
 ----
 
 === Build it
@@ -28,3 +28,19 @@
 ----
 mvn clean install
 ----
+
+
+== Example Source Code
+
+The Apache Meecrowave community also hosts some examples which show how Meecrowave is to be used.
+Those examples are hosted in a separate repository and can be found at https://github.com/apache/openwebbeans-meecrowave-examples
+
+The github repo works fine for pull requests.
+Please use our official https://issues.apache.org/jira/projects/MEECROWAVE[Meecrowave Bug Tracker] for reporting bugs or enhancement requests.
+
+The cannonical repository hosted directly at the Apache Software Foundation intended to be used by committers is
+
+[source]
+----
+git clone https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave-examples.git
+----