diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/wiki/FAQ.xml | 14 |
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 == |