From e5af8c67a1dd210a5c31fe0625a689b1bd654895 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sat, 11 Apr 2009 01:42:07 -0400 Subject: [PATCH] Correct tutorial url in faq --- docs/faq/gtk-faq.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq/gtk-faq.sgml b/docs/faq/gtk-faq.sgml index 6b80590491..e1fd8934f9 100644 --- a/docs/faq/gtk-faq.sgml +++ b/docs/faq/gtk-faq.sgml @@ -824,8 +824,8 @@ However, bindings for many other languages are available. So, after you have installed GTK+ there are a couple of things that can ease you into developing applications with it. There is the GTK+ Tutorial -http://www.gtk.org/tutorial/, which is undergoing +url="http://library.gnome.org/devel/gtk-tutorial/stable/"> +http://library.gnome.org/devel/gtk-tutorial/stable/, which is undergoing development. This will introduce you to writing applications using C.