docs: change https to http urls
authorStefan Sauer <ensonic@users.sf.net>
Sun, 16 Jun 2013 11:05:21 +0000 (13:05 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Sun, 16 Jun 2013 11:05:21 +0000 (13:05 +0200)
Thank you browser for needlessly changing to https for static doc pages.

docs/manual/basics-elements.xml
docs/pwg/intro-preface.xml

index 42bd1f6..8b104a9 100644 (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>
index b6c8d6b..40e6541 100644 (file)
       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