[babl] docs: Convert SVN references to git



commit 53ef84bc2453eecd37d6a748d44a1a41cabf649e
Author: Martin Nordholts <martinn src gnome org>
Date:   Wed May 20 19:30:18 2009 +0200

    docs: Convert SVN references to git
---
 ChangeLog                 |    4 ++++
 docs/index-static.html.in |   10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 76a3f42..ee922a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-20  Martin Nordholts  <martinn src gnome org>
+
+	* docs/index-static.html.in: Convert SVN references to git
+
 2009-05-19  Martin Nordholts  <martinn src gnome org>
 
 	Update for 0.1.0 release.
diff --git a/docs/index-static.html.in b/docs/index-static.html.in
index 3d8b888..75b4bdb 100644
--- a/docs/index-static.html.in
+++ b/docs/index-static.html.in
@@ -156,10 +156,10 @@
     <a href='ftp://ftp.gtk.org/pub/babl/'>ftp://ftp.gtk.org/pub/babl/</a>.
     </p>
 
-    <p>Babl development happens in GNOME Subversion in the <tt>babl</tt> module.
-    It can be <a href='http://svn.gnome.org/viewvc/babl/trunk/'>browsed online</a> and checked out with:
+    <p>Babl uses git. The main repository is hosted by GNOME.
+    It can be <a href='http://git.gnome.org/cgit/babl'>browsed online</a> and cloned with:
     </p>
-    <pre>svn co http://svn.gnome.org/svn/babl/trunk/ babl</pre>
+    <pre>git clone git://git.gnome.org/babl</pre>
 
     <p>The following is a list of the major changes that have gone into
     each babl release. If there are significant improvements to babl when
@@ -167,7 +167,7 @@
     to the GEGL release.</p>
 
     <!--NEWS-->
-    For more news see the current <a href='http://svn.gnome.org/viewvc/babl/trunk/ChangeLog?view=markup'>ChangeLog</a> in subversion.
+    For more news see git log.
 
     <a name='Documentation'></a>
     <h2>Documentation</h2>
@@ -324,7 +324,7 @@ lab_buffer  = malloc (pixel_count * 3 * 4);
     <h2>Extending</h2>
     
     <p>For samples of how the current internal API specification of
-    data types, color models, and conversions look in the <tt><a href='http://svn.gnome.org/viewcvs/babl/trunk/extensions/'>extensions/</a></tt>
+    data types, color models, and conversions look in the <tt><a href='http://git.gnome.org/cgit/babl/tree/extensions'>extensions/</a></tt>
     directory. The tables in this HTML file is directly generated
     based on the data registered by BablCore (double and RGBA), BablBase
     (core datatypes, and RGB models), extensions (CIE Lab, naive CMYK,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]