[gnomeweb-wml] GtkSourceView: fix dead links



commit bd6941ec4a6c89f5753dd97fad1d0ecac0edda21
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Mar 24 02:22:33 2013 +0100

    GtkSourceView: fix dead links

 projects.gnome.org/gtksourceview/development.html  |    6 +++---
 .../gtksourceview/documentation.html               |   19 +++++++++++--------
 projects.gnome.org/gtksourceview/index.html        |    7 ++++---
 3 files changed, 18 insertions(+), 14 deletions(-)
---
diff --git a/projects.gnome.org/gtksourceview/development.html 
b/projects.gnome.org/gtksourceview/development.html
index c7c6485..cb39f21 100644
--- a/projects.gnome.org/gtksourceview/development.html
+++ b/projects.gnome.org/gtksourceview/development.html
@@ -56,9 +56,9 @@
        is invited to help.
     </p>
     <p>If you are interested in helping us to develop GtkSourceView, please contact the
-       <a href="http://git.gnome.org/cgit/gtksourceview/tree/AUTHORS";>developers</a>
+       <a href="https://git.gnome.org/browse/gtksourceview/tree/AUTHORS";>developers</a>
        on <a href="#IRC">IRC</a> and/or
-       send a message to the GtkSourceView <a href="#MailingLists">mailing list</a> and offer your help.
+       send a message to the <a href="#MailingLists">mailing list</a> and offer your help.
     </p>
 
     <h2><a name="Repository">Code Repository</a></h2>
@@ -88,7 +88,7 @@
 
     <p>Patches should be generated using the <tt>git format-patch</tt> command and should include 
        a descriptive commit message. See the
-       <a href="http://git.gnome.org/cgit/gtksourceview/tree/HACKING";>HACKING</a> file for more
+       <a href="https://git.gnome.org/browse/gtksourceview/tree/HACKING";>HACKING</a> file for more
        detailed guidelines.
     </p>
 
diff --git a/projects.gnome.org/gtksourceview/documentation.html 
b/projects.gnome.org/gtksourceview/documentation.html
index 67fe515..df8d4cb 100644
--- a/projects.gnome.org/gtksourceview/documentation.html
+++ b/projects.gnome.org/gtksourceview/documentation.html
@@ -52,35 +52,38 @@
   <div id="content">
 
     <h2>API reference</h2>
-    <p>You can browse the GtkSourceView API reference online on <a 
href="http://library.gnome.org/devel/references";>library.gnome.org</a>
+    <p>You can browse the GtkSourceView API reference online on
+       <a href="https://developer.gnome.org/references";>developer.gnome.org</a>
        where you will also find the documentation for many other libraries used throughout the GNOME 
platform.
     </p>
     <ul>
-      <li>Browse API reference for the <a href="http://library.gnome.org/devel/gtksourceview/stable/";>stable 
release</a></li>
-      <li>Browse API reference for the <a 
href="http://library.gnome.org/devel/gtksourceview/unstable/";>unstable release</a></li>
+      <li>Browse API reference for the <a href="https://developer.gnome.org/gtksourceview/stable/";>stable 
release</a>.</li>
+      <li>Browse API reference for the <a 
href="https://developer.gnome.org/gtksourceview/unstable/";>unstable release</a>.</li>
     </ul>
 
     <h2>Tutorials</h2>
     <p>We have not an official tutorial, but the source of 
-       <a 
href="http://svn.gnome.org/viewvc/gtksourceview/trunk/tests/test-widget.c?view=markup";>test-widget</a> 
program is 
+       <a href="https://git.gnome.org/browse/gtksourceview/tree/tests/test-widget.c";>test-widget</a> program 
is 
        a good starting point for learning how to use the GtkSourceView API.</p>
     <p>Here you can find a list of unofficial tutorials:</p>
     <ul>
+      <!-- dead link
       <li><a href="http://www.progbox.co.uk/wordpress/?p=300";>Simple syntax highlighting window 
example</a>.</li>
+      -->
       <li><a href="http://php-gtk.eu/code-snippets/extending-gtksourceview-widget";>Using GtkSourceview to 
build a PHP editor with syntax highlighting</a>.</li>
       <li><a href="http://blogs.gnome.org/pbor/2008/01/14/gtksourceview-21/";>How to use the 
GtkSourcePrintCompositor API</a>.</li>
     </ul>
     <h2>Language definition files</h2>
     <p>A language definition file is an XML document that describes how to color source code.</p>
     <p>You can learn how to write language files by reading the 
-       official <a 
href="http://library.gnome.org/devel/gtksourceview/stable/lang-tutorial.html";>tutorial</a> on how to write a 
new
+       official <a href="https://developer.gnome.org/gtksourceview/stable/lang-tutorial.html";>tutorial</a> 
on how to write a new
        language definition file and the 
-       <a href="http://library.gnome.org/devel/gtksourceview/stable/lang-reference.html";>reference</a> to 
the language definition file format.
+       <a href="https://developer.gnome.org/gtksourceview/stable/lang-reference.html";>reference</a> to the 
language definition file format.
     </p>
 
     <h2>Older documentation</h2>
-    <p>Although we recommend to use GtkSourceView 2.x, we keep the 
-       <a href="http://library.gnome.org/devel/gtksourceview/";>GtkSourceView 1.x Documentation</a> around 
for 
+    <p>Although we recommend to use GtkSourceView 3.x, we keep the 
+       <a href="https://developer.gnome.org/gtksourceview/";>GtkSourceView 2.x Documentation</a> around for 
        those who need it.
     </p>
   </div>
diff --git a/projects.gnome.org/gtksourceview/index.html b/projects.gnome.org/gtksourceview/index.html
index e0791ca..bfa05b6 100644
--- a/projects.gnome.org/gtksourceview/index.html
+++ b/projects.gnome.org/gtksourceview/index.html
@@ -54,7 +54,7 @@
     <h2>What is GtkSourceView?</h2>
     <p>GtkSourceView is a portable C library that extends the standard <a href="http://www.gtk.org";>GTK+</a>
        framework for 
-       <a href="http://library.gnome.org/devel/gtk/stable/TextWidget.html";>multiline text editing</a>
+       <a href="https://developer.gnome.org/gtk3/stable/TextWidget.html";>multiline text editing</a>
        with support for configurable syntax highlighting, unlimited undo/redo, UTF-8 compliant caseless 
searching,
        printing and other <a href="features.html">features</a> typical of a source code editor.</p> 
        
@@ -62,7 +62,8 @@
        and is part of the <a href="http://www.gnome.org";>GNOME</a> Desktop Environment.</p> 
        
     <p>It is currently being used by
-       <a href="http://www.gedit.org";>gedit</a>, <a href="http://www.anjuta.org";>Anjuta</a>
+       <a href="http://projects.gnome.org/gedit/";>gedit</a>,
+       <a href="http://www.anjuta.org";>Anjuta</a>
        and several other projects.</p>
 
     <p><a href="features.html#bindings">Language bindings</a> are available for
@@ -70,7 +71,7 @@
     
     <p>If you are a developer you may want to learn about the <a href="features.html">
     features</a> GtkSourceView can provide to your project or
-    find out how to <a href="development.html#Contributing">get involved</a> in the
+    find out how to <a href="development.html">get involved</a> in the
     development of GtkSourceView itself.</p>
 
   </div>


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