docs: change https to http urls

Thank you browser for needlessly changing to https for static doc pages.
This commit is contained in:
Stefan Sauer 2013-06-16 13:05:21 +02:00
parent eba146a5f4
commit 1dea024564
2 changed files with 3 additions and 3 deletions

View file

@ -283,9 +283,9 @@ main (int argc,
<para>
For more information about <classname>GObject</classname>
properties we recommend you read the <ulink
url="https://developer.gnome.org/gobject/stable/rn01.html"
url="http://developer.gnome.org/gobject/stable/rn01.html"
type="http">GObject manual</ulink> and an introduction to <ulink
url="https://developer.gnome.org/gobject/stable/pt01.html" type="http">
url="http://developer.gnome.org/gobject/stable/pt01.html" type="http">
The Glib Object system</ulink>.
</para>
<para>

View file

@ -112,7 +112,7 @@
understanding of the C language.
Since &GStreamer; adheres to the GObject programming model, this guide
also assumes that you understand the basics of <ulink type="http"
url="https://developer.gnome.org/gobject/stable/pt01.html">GObject</ulink>
url="http://developer.gnome.org/gobject/stable/pt01.html">GObject</ulink>
programming.
You may also want to have a look
at Eric Harlow's book <emphasis>Developing Linux Applications with