summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2010-08-14 15:43:06 -0700
committerDave Beckett <dave@dajobe.org>2010-08-14 15:43:06 -0700
commit879b3f1eac3f99ff13fd98f5d585612744ab7f9d (patch)
tree804229544fd0d81a4d2f32716833d1a5cfb2b06c
parent5b46cb132517bd22ca26944832ea110f13813da7 (diff)
downloadraptor-879b3f1eac3f99ff13fd98f5d585612744ab7f9d.tar.gz
Update docs to point to GitHub source and browse
-rw-r--r--INSTALL.html2
-rw-r--r--README.html5
-rw-r--r--raptor2.rdf.in4
3 files changed, 6 insertions, 5 deletions
diff --git a/INSTALL.html b/INSTALL.html
index 549eb950..c292f5ac 100644
--- a/INSTALL.html
+++ b/INSTALL.html
@@ -33,7 +33,7 @@ documentation provided on the web site.</p>
<h2>1.2 Getting the sources from GIT</h2>
<pre>
- git clone git://git.librdf.org/repositories/raptor.git
+ git clone git://github.com/dajobe/raptor.git
cd raptor
</pre>
diff --git a/README.html b/README.html
index c226a980..f6ce2b5a 100644
--- a/README.html
+++ b/README.html
@@ -241,8 +241,9 @@ of the distribution.</p>
<a href="http://download.librdf.org/source/">http://download.librdf.org/source/</a> (master site) and also from the
<a href="http://sourceforge.net/projects/librdf/">SourceForge site</a>.
The development GIT sources can also be
-<a href="http://git.librdf.org/view?p=raptor.git;a=summary">browsed</a>
-or checked out at git://git.librdf.org/repositories/raptor.git
+<a href="http://github.com/dajobe/raptor">browsed at GitHub</a>
+or checked out at git://github.com/dajobe/raptor.git
+
</p>
diff --git a/raptor2.rdf.in b/raptor2.rdf.in
index dd794197..6472035c 100644
--- a/raptor2.rdf.in
+++ b/raptor2.rdf.in
@@ -65,8 +65,8 @@
<!-- source repository -->
<repository>
<GITRepository>
- <location rdf:resource="git://git.librdf.org/repositories/raptor.git" />
- <browse rdf:resource="http://git.librdf.org/view?p=raptor.git;a=summary" />
+ <location rdf:resource="git://github.com/dajobe/raptor.git" />
+ <browse rdf:resource="http://github.com/dajobe/raptor" />
</GITRepository>
</repository>
</Project>