You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2013/06/09 12:07:25 UTC

svn commit: r1491171 - in /deltaspike/site/trunk/content: suggested-git-workflows.mdtext supporters.mdtext

Author: struberg
Date: Sun Jun  9 10:07:24 2013
New Revision: 1491171

URL: http://svn.apache.org/r1491171
Log:
fix contributors guide

Modified:
    deltaspike/site/trunk/content/suggested-git-workflows.mdtext
    deltaspike/site/trunk/content/supporters.mdtext

Modified: deltaspike/site/trunk/content/suggested-git-workflows.mdtext
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/suggested-git-workflows.mdtext?rev=1491171&r1=1491170&r2=1491171&view=diff
==============================================================================
--- deltaspike/site/trunk/content/suggested-git-workflows.mdtext (original)
+++ deltaspike/site/trunk/content/suggested-git-workflows.mdtext Sun Jun  9 10:07:24 2013
@@ -126,7 +126,7 @@ All discussions which lead to a decision
 
 **Initial setup**
 
-    %> git clone https://git-wip-us.apache.org/repos/asf/incubator-deltaspike.git ./
+    %> git clone https://git-wip-us.apache.org/repos/asf/deltaspike.git ./
     %> git remote add discuss https://[username]@github.com/[username]/[repo-name].git
     %> git push -u discuss master
 
@@ -143,4 +143,4 @@ All discussions which lead to a decision
 **Delete the branch again**
 
     %>git push discuss :DELTASPIKE-XXX
-    %>git branch -d DELTASPIKE-XXX
\ No newline at end of file
+    %>git branch -d DELTASPIKE-XXX

Modified: deltaspike/site/trunk/content/supporters.mdtext
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/supporters.mdtext?rev=1491171&r1=1491170&r2=1491171&view=diff
==============================================================================
--- deltaspike/site/trunk/content/supporters.mdtext (original)
+++ deltaspike/site/trunk/content/supporters.mdtext Sun Jun  9 10:07:24 2013
@@ -28,7 +28,7 @@ Besides the official GitHub mirror there
 
 ## Mailing-list Mirrors
 
- * [Markmail](http://incubator.markmail.org/search/?q=list%3Aorg.apache.incubator.deltaspike-dev)
+ * [Markmail](http://www.markmail.org/search/?q=list%3Aorg.apache.deltaspike-dev)
  * [Nabble](https://s.apache.org/deltaspike-dev_nabble)
 
 ## (Integration) Tests