mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +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>
|
||||
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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue