After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 702135 - Gnome API links are broken (GObject/GLib)
Gnome API links are broken (GObject/GLib)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
1.1.1
Other Windows
: Normal minor
: 1.1.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-06-12 22:44 UTC by Michael Esemplare
Modified: 2013-06-16 22:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Esemplare 2013-06-12 22:44:37 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.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2013-06-16 10:20:43 UTC
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