mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
docs: change https to http urls
Thank you browser for needlessly changing to https for static doc pages.
This commit is contained in:
parent
eba146a5f4
commit
1dea024564
2 changed files with 3 additions and 3 deletions
|
@ -283,9 +283,9 @@ main (int argc,
|
||||||
<para>
|
<para>
|
||||||
For more information about <classname>GObject</classname>
|
For more information about <classname>GObject</classname>
|
||||||
properties we recommend you read the <ulink
|
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
|
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>.
|
The Glib Object system</ulink>.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
understanding of the C language.
|
understanding of the C language.
|
||||||
Since &GStreamer; adheres to the GObject programming model, this guide
|
Since &GStreamer; adheres to the GObject programming model, this guide
|
||||||
also assumes that you understand the basics of <ulink type="http"
|
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.
|
programming.
|
||||||
You may also want to have a look
|
You may also want to have a look
|
||||||
at Eric Harlow's book <emphasis>Developing Linux Applications with
|
at Eric Harlow's book <emphasis>Developing Linux Applications with
|
||||||
|
|
Loading…
Reference in a new issue