[gtk-web] documentation: point to gtk3 documentation



commit 7c67483e7278077c4f0e988ec7e7290511de1eb9
Author: Javier Jardón <jjardon gnome org>
Date:   Thu Jun 2 14:49:39 2011 +0200

    documentation: point to gtk3 documentation

 documentation.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/documentation.php b/documentation.php
index f63e86f..b9ba827 100755
--- a/documentation.php
+++ b/documentation.php
@@ -11,7 +11,7 @@ ob_start();
 	<p>All documentation for the GTK+ project uses GTK-Doc to generate the HTML pages from comments in the C code. To find out more about GTK-Doc <a href="gtk-doc/" class="external">visit the project page</a>.</p>
 
 	<h2><a name="OlderDocumentation">Older Documentation</a></h2>
-	<p>Although we recommend the GTK2 platform, we keep the <a href="documentation-old.php">GTK 1.2 Documentation</a> around for those who need it.</p>
+	<p>Although we recommend the GTK+ 3 platform, we keep the <a href="http://library.gnome.org/devel/gtk/stable/";>GTK+ 2</a> and the <a href="documentation-old.php">GTK 1.2 Documentation</a> around for those who need it.</p>
 </div>
 
 
@@ -69,9 +69,9 @@ ob_start();
 	</tr>
 	<tr class="odd">
 		<td>GTK</td>
-		<td><a href="http://library.gnome.org/devel/gtk/stable/"; class="external">Stable</a></td>
-		<td><a href="http://library.gnome.org/devel/gtk/unstable/"; class="external">Unstable</a></td>
-		<td><a href="http://library.gnome.org/devel/gtk/"; class="external">All</a></td>
+		<td><a href="http://library.gnome.org/devel/gtk3/stable/"; class="external">Stable</a></td>
+		<td><a href="http://library.gnome.org/devel/gtk3/unstable/"; class="external">Unstable</a></td>
+		<td><a href="http://library.gnome.org/devel/gtk3/"; class="external">All</a></td>
 	</tr>
 </table>
 



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