summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2013-06-16 13:05:21 +0200
committerStefan Sauer <ensonic@users.sf.net>2013-06-16 13:05:21 +0200
commit1dea024564467d2d6ae0952a3f640c8e7db6c7e4 (patch)
treee17e80ac82df15e7d4cf0d54a7e52501f8b8ede2
parenteba146a5f48ee3f9bceed8a5d717f9f38650d852 (diff)
docs: change https to http urls
Thank you browser for needlessly changing to https for static doc pages.
-rw-r--r--docs/manual/basics-elements.xml4
-rw-r--r--docs/pwg/intro-preface.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/basics-elements.xml b/docs/manual/basics-elements.xml
index 42bd1f6ca..8b104a999 100644
--- a/docs/manual/basics-elements.xml
+++ b/docs/manual/basics-elements.xml
@@ -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>
diff --git a/docs/pwg/intro-preface.xml b/docs/pwg/intro-preface.xml
index b6c8d6bf0..40e6541ee 100644
--- a/docs/pwg/intro-preface.xml
+++ b/docs/pwg/intro-preface.xml
@@ -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