reflect the move from SVN to GIT in our docs
diff --git a/meecrowave-doc/src/main/jbake/content/community.adoc b/meecrowave-doc/src/main/jbake/content/community.adoc
index 38a6376..9be9b49 100644
--- a/meecrowave-doc/src/main/jbake/content/community.adoc
+++ b/meecrowave-doc/src/main/jbake/content/community.adoc
@@ -13,13 +13,20 @@
 
 == Source code
 
-Source code can be found at https://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk/
+Source code can be found at https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git
 
 [source]
 ----
-svn co https://svn.apache.org/repos/asf/openwebbeans/meecrowave/trunk/ meecrowave
+$> git clone https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git
 ----
 
+A mirror is available on github at https://github.com/apache/openwebbeans-meecrowave.
+
+
+The github mirror is linked in both directions.
+That means it doesn't matter whether you push to GitHub or Apache GitBox.
+
+
 === Build it
 
 To build the project just run maven: