aboutsummaryrefslogtreecommitdiffstats
path: root/doc/wiki
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-11-10 04:18:06 +0100
committerSven Gothel <[email protected]>2009-11-10 04:18:06 +0100
commit1c73b8b7d9bdc6e060b1a81c3b92c998df1359e2 (patch)
tree05a92a6a8a7e3c779cf1cb89edce3fef690331b5 /doc/wiki
parent87eb12f5846ccef587c5945ced99b778bcd67ba6 (diff)
kenai -> github
Diffstat (limited to 'doc/wiki')
-rw-r--r--doc/wiki/FAQ.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/wiki/FAQ.xml b/doc/wiki/FAQ.xml
index f27736ac0..25c3fe99d 100644
--- a/doc/wiki/FAQ.xml
+++ b/doc/wiki/FAQ.xml
@@ -9,16 +9,16 @@ __TOC__
Create a local copy/branch of the git repository,
either anonymous:
-* git clone git://kenai.com/gluegen~gluegen-git gluegen
-* git clone git://kenai.com/jogl~jogl-git jogl
-* git clone git://kenai.com/jogl~jogl-demos-git jogl-demos
+* git clone git://github.com/sgothel/gluegen.git gluegen
+* git clone git://github.com/sgothel/jogl.git jogl
+* git clone git://github.com/sgothel/jogl-demos.git jogl-demos
or via SSH and your user credential, so you can easily push back your
-changes to the kenai server:
+changes to the github server:
-* git clone ssh://[email protected]/gluegen~gluegen-git gluegen
-* git clone ssh://[email protected]/jogl~jogl-git jogl
-* git clone ssh://[email protected]/jogl~jogl-demos-git jogl-demos
+* git clone [email protected]:username/gluegen.git gluegen
+* git clone [email protected]:username/jogl.git jogl
+* git clone [email protected]:username/jogl-demos.git jogl-demos
== How to participate and use git ==