[gtk-web] Fixes bug 598986 - Gtk-doc download webpage is outdated



commit dc6de5db1d033cad49e683a587a72fa5af9c0d50
Author: Javier Jardón <jjardon gnome org>
Date:   Tue Oct 20 09:16:13 2009 +0100

    Fixes bug 598986 - Gtk-doc download webpage is outdated

 gtk-doc/ChangeLog     |    4 ++++
 gtk-doc/download.html |   12 ++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/gtk-doc/ChangeLog b/gtk-doc/ChangeLog
index 8ad7094..69feb88 100644
--- a/gtk-doc/ChangeLog
+++ b/gtk-doc/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-19  Javier Jardón  <jjardon gnome org>
+
+	* download.html: Upgrade links to Git repositories
+
 2008-11-16  Stefan Kost  <ensonic users sf net>
 
 	* download.html:
diff --git a/gtk-doc/download.html b/gtk-doc/download.html
index f39cc13..593c710 100644
--- a/gtk-doc/download.html
+++ b/gtk-doc/download.html
@@ -40,24 +40,24 @@
       <div id="content">
 	<h2>Unstable release</h2>
 	<p>You can check out the latest unstable release of GTK-Doc
-	using <a href="http://subversion.tigris.org/";>Subversion</a>.</p> 
-	<pre>svn checkout http://svn.gnome.org/svn/gtk-doc/trunk gtk-doc</pre>
+	using <a href="http://git-scm.com/";>Git</a>.</p>
+	<pre>git clone http://git.gnome.org/gtk-doc</pre>
 	
 	<p>For more information on this, see
-	the <a href="http://developer.gnome.org/tools/svn.html";>instructions
+	the <a href="http://live.gnome.org/Git/Developers";>instructions
 	on how to use the repository</a></p>
 
 	<h2>Stable release</h2>
 	<p>GTK-Doc is available here:</p>
 
 	<ul>
-	  <li><a href="http://download.gnome.org/sources/gtk-doc/1.11/";>
-	    http://download.gnome.org/sources/gtk-doc/1.11/</a></li>
+	  <li><a href="http://download.gnome.org/sources/gtk-doc/";>
+	    http://download.gnome.org/sources/gtk-doc/</a></li>
 	</ul>
 
       </div> <!-- content -->
       
-      <div id="footer">Copyright 2007-2008 The GTK+ Team</div>
+      <div id="footer">Copyright 2007-2009 The GTK+ Team</div>
       
     </div> <!-- container -->
   



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