diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2013-06-16 13:05:21 +0200 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2013-06-16 13:05:21 +0200 |
commit | 1dea024564467d2d6ae0952a3f640c8e7db6c7e4 (patch) | |
tree | e17e80ac82df15e7d4cf0d54a7e52501f8b8ede2 /docs/manual | |
parent | eba146a5f48ee3f9bceed8a5d717f9f38650d852 (diff) |
docs: change https to http urls
Thank you browser for needlessly changing to https for static doc pages.
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/basics-elements.xml | 4 |
1 files changed, 2 insertions, 2 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> |