Skip to content

docs: Fix glib link in init section

Eva Pace requested to merge eva/gstreamer:fix/docs-gnome-links into main

The developer.gnome website redirects to https://docs.gtk.org/, but unfortunately that doesn't contain the same documentation. There's the developer-old.gnome that includes what we were referring for GLib, but it doesn't include the old docs for Pango.

For now this MR only contains a change to the init docs, but I could fix this occurence as well, which we would have to choose from one of these options:

  1. https://docs.gtk.org/Pango/struct.AttrList.html
  2. http://irtfweb.ifa.hawaii.edu/SoftwareDocs/gtk20/pango/pangomarkupformat.html
  3. http://library.isr.ist.utl.pt/docs/pygtk2reference/pango-markup-language.html
  4. https://gitlab.gnome.org/GNOME/pango/-/blob/main/docs/pango_markup.md

Which one do you prefer?

Old Pango docs for referrence: https://web.archive.org/web/20111026091958/http://developer.gnome.org/pango/stable/PangoMarkupFormat.html.

Merge request reports