From 1c73b8b7d9bdc6e060b1a81c3b92c998df1359e2 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 10 Nov 2009 04:18:06 +0100 Subject: kenai -> github --- doc/wiki/FAQ.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/wiki') 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://username@git.kenai.com/gluegen~gluegen-git gluegen -* git clone ssh://username@git.kenai.com/jogl~jogl-git jogl -* git clone ssh://username@git.kenai.com/jogl~jogl-demos-git jogl-demos +* git clone git@github.com:username/gluegen.git gluegen +* git clone git@github.com:username/jogl.git jogl +* git clone git@github.com:username/jogl-demos.git jogl-demos == How to participate and use git == -- cgit v1.2.3