Skip to content

Commit 98f17b4

Browse files
committed
Document github as the primary repository
1 parent 97f1a31 commit 98f17b4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ http://sourceforge.net/projects/pd-gem
77
if you want to compile the newest (bleeding edge, and possibly unstable) source
88
code yourself, you can get a copy from the public git repository on sourceforge:
99

10-
read-only access: git://git.code.sf.net/p/pd-gem/gem
11-
read-write access: ssh://git.code.sf.net/p/pd-gem/gem
10+
read-only access: https://github.com/umlaeute/Gem.git
11+
read-write access: ssh://git@github.com:umlaeute/Gem.git
1212

1313
usually, you will only need the read-only repository, which you can get with
1414

15-
$ git clone git://git.code.sf.net/p/pd-gem/gem
15+
$ git clone https://github.com/umlaeute/Gem.git
1616

1717
=============================================
1818
NEW:::

doc/CodingStyle.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ if you still have questions, please ask them on the gem-dev mailinglist:
1111
Version Control System
1212
======================
1313
Gem uses `git` for source code management.
14-
the official public repository is on sourceforge:
15-
git://git.code.sf.net/p/pd-gem/gem
16-
a secondary repository is on github:
14+
the official public repository is on github:
1715
https://github.com/umlaeute/Gem
16+
a secondary repository is on sourceforge:
17+
git://git.code.sf.net/p/pd-gem/gem
1818

1919
contributing
2020
------------

0 commit comments

Comments
 (0)