Author: al
Date: Tue Dec 17 17:04:26 2013
New Revision: 1551627
URL: http://svn.apache.org/r1551627
Log:
Fix read-only git mirror url
Modified:
incubator/wave/site/trunk/content/wave/source-code.mdtext
Modified: incubator/wave/site/trunk/content/wave/source-code.mdtext
URL:
http://svn.apache.org/viewvc/incubator/wave/site/trunk/content/wave/source-code.mdtext?rev=1551627&r1=1551626&r2=1551627&view=diff
==============================================================================
--- incubator/wave/site/trunk/content/wave/source-code.mdtext (original)
+++ incubator/wave/site/trunk/content/wave/source-code.mdtext Tue Dec 17
17:04:26 2013
@@ -24,11 +24,11 @@ commit directly to the repository, howev
can commit the code on your behalf.
## Apache Wave Git Mirror (read only)
-Git Mirror URL: [git://git.apache.org/wave.git](git://git.apache.org/wave.git)
+Git Mirror URL:
[git://git.apache.org/incubator-wave.git](git://git.apache.org/incubator-wave.git)
To clone the source code issue the following command:
<div class="code">
-git clone git://git.apache.org/wave.git wave
+git clone git://git.apache.org/incubator-wave.git wave
</div>
## Apache Wave Git - incubation repo (read/write for committers)