pygtk-docs r795 - in trunk/2.0: . tut



Author: gianmt
Date: Wed Feb  6 14:04:08 2008
New Revision: 795
URL: http://svn.gnome.org/viewvc/pygtk-docs?rev=795&view=rev

Log:
Fix a couple of broken links, Fixes #510830,

Modified:
   trunk/2.0/ChangeLog
   trunk/2.0/tut/CellRenderers.xml
   trunk/2.0/tut/Introduction.xml

Modified: trunk/2.0/tut/CellRenderers.xml
==============================================================================
--- trunk/2.0/tut/CellRenderers.xml	(original)
+++ trunk/2.0/tut/CellRenderers.xml	Wed Feb  6 14:04:08 2008
@@ -776,9 +776,9 @@
 setting the "markup" property) instead of a plain text string to encode
 various text attributes and provide a rich text display with multiple font
 style changes. See the <ulink
-url="http://www.pygtk.org/pygtk2reference/pango-markup.html";>Pango
+url="http://www.pygtk.org/pygtk2reference/pango-markup-language.html";>Pango
 Markup</ulink> reference in the <ulink
-url="http://www.pygtk.org/pygtk2reference";>PyGTK Reference Manual</ulink>
+url="http://www.pygtk.org/pygtk2reference/";>PyGTK Reference Manual</ulink>
 for details on the Pango markup language.</para>
 
     <para>The following code fragment illustrates the use of the

Modified: trunk/2.0/tut/Introduction.xml
==============================================================================
--- trunk/2.0/tut/Introduction.xml	(original)
+++ trunk/2.0/tut/Introduction.xml	Wed Feb  6 14:04:08 2008
@@ -141,7 +141,7 @@
 
 <para>This document is a "work in progress". Please look for updates on
 <ulink
-url="http://www.pygtk.org/pygtktutorial";>www.pygtk.org</ulink>.</para>
+url="http://www.pygtk.org/pygtk2tutorial/";>www.pygtk.org</ulink>.</para>
 
 <para>I would very much like to hear of any problems you have learning PyGTK
 from this document, and would appreciate input as to how it may be improved.
@@ -154,12 +154,12 @@
 
   <para>The PyGTK 2.0 Reference Manual is available at
 <ulink
-url="http://www.pygtk.org/pygtkreference";>http://www.pygtk.org/pygtkreference</ulink>. It describes in detail the PyGTK classes.</para>
+url="http://www.pygtk.org/reference.html";>http://www.pygtk.org/reference.html</ulink>. It describes in detail the PyGTK classes.</para>
 
   <para>The PyGTK website (<ulink
 url="http://www.pygtk.org";>www.pygtk.org</ulink>) contains other resources
 useful for learning about PyGTK including a link to the extensive <ulink
-url="http://www.async.com.br/faq/pygtk/";>FAQ</ulink> and other articles and
+url="http://faq.pygtk.org/";>FAQ</ulink> and other articles and
 tutorials and an active maillist and IRC channel (see <ulink
 url="http://www.pygtk.org/feedback.html";>www.pygtk.org</ulink> for
 details).</para>



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