[gtk-web] Fix a typo



commit d229127616bfe99f54f1816ed2c614d63ccd9475
Author: Javier Jardón <jjardon gnome org>
Date:   Fri Nov 20 03:12:56 2009 +0100

    Fix a typo
    
    Use 'git' instead 'http' in the clone URI
    Reported here:
    http://mail.gnome.org/archives/gtk-doc-list/2009-November/msg00000.html

 gtk-doc/download.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk-doc/download.html b/gtk-doc/download.html
index 593c710..21dc38f 100644
--- a/gtk-doc/download.html
+++ b/gtk-doc/download.html
@@ -41,7 +41,7 @@
 	<h2>Unstable release</h2>
 	<p>You can check out the latest unstable release of GTK-Doc
 	using <a href="http://git-scm.com/";>Git</a>.</p>
-	<pre>git clone http://git.gnome.org/gtk-doc</pre>
+	<pre>git clone git://git.gnome.org/gtk-doc</pre>
 	
 	<p>For more information on this, see
 	the <a href="http://live.gnome.org/Git/Developers";>instructions



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