From: Stefan Sauer Date: Sun, 16 Jun 2013 11:05:21 +0000 (+0200) Subject: docs: change https to http urls X-Git-Tag: 1.1.2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1dea024564467d2d6ae0952a3f640c8e7db6c7e4;p=platform%2Fupstream%2Fgstreamer.git docs: change https to http urls Thank you browser for needlessly changing to https for static doc pages. --- diff --git a/docs/manual/basics-elements.xml b/docs/manual/basics-elements.xml index 42bd1f6..8b104a9 100644 --- a/docs/manual/basics-elements.xml +++ b/docs/manual/basics-elements.xml @@ -283,9 +283,9 @@ main (int argc, For more information about GObject properties we recommend you read the GObject manual and an introduction to + url="http://developer.gnome.org/gobject/stable/pt01.html" type="http"> The Glib Object system. diff --git a/docs/pwg/intro-preface.xml b/docs/pwg/intro-preface.xml index b6c8d6b..40e6541 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 GObject + url="http://developer.gnome.org/gobject/stable/pt01.html">GObject programming. You may also want to have a look at Eric Harlow's book Developing Linux Applications with