GNOME Bugzilla – Bug 702135
Gnome API links are broken (GObject/GLib)
Last modified: 2013-06-16 22:15:39 UTC
In both the PWG and Manual the links to GLib/GObject information are broken. A quick grep (in gstreamer/docs) reveals these are the only affected: $ grep -rF "developer.gnome.org" . ./faq/developing.xml:<ulink url="http://developer.gnome.org/doc/guides/programming-guidelines/book1.html">GNOME coding guidelines</ulink> is a good read. ./manual/basics-elements.xml: url="http://developer.gnome.org/doc/API/2.0/gobject/index.html" ./manual/basics-elements.xml: url="http://developer.gnome.org/doc/API/2.0/gobject/pr01.html" type="http"> ./manual/basics-init.xml: url="http://developer.gnome.org/doc/API/2.0/glib/glib-Commandline-option-parser.html" ./pwg/intro-preface.xml: url="http://developer.gnome.org/doc/API/2.0/gobject/index.html">GObject</ulink> I am unsure if they should be updated to: https://developer.gnome.org/glib/stable/ https://developer.gnome.org/gobject/stable/ Also don't know the new link to the programming-guidelines. Thanks.
commit eba146a5f48ee3f9bceed8a5d717f9f38650d852 Author: Stefan Sauer <ensonic@users.sf.net> Date: Sun Jun 16 11:41:52 2013 +0200 docs: update links to developer.gnome.org The URL layout has changed. Fix the links and comment out one paragraph where the doc is gone. Fixes #702135