diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2013-06-16 15:07:35 +0200 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2013-06-16 15:07:35 +0200 |
commit | 6ca26e9a00336df1be64555583a3cff31af47d54 (patch) | |
tree | 67512444639294a92d4a61432f56de8f5fe2cc90 /docs | |
parent | 128763bb74627a021a4828085317bb6de9929f17 (diff) |
docs: fix some external links
Diffstat (limited to 'docs')
-rw-r--r-- | docs/faq/dependencies.xml | 6 | ||||
-rw-r--r-- | docs/manual/appendix-integration.xml | 2 | ||||
-rw-r--r-- | docs/manual/basics-pads.xml | 4 | ||||
-rw-r--r-- | docs/manual/intro-motivation.xml | 8 |
4 files changed, 10 insertions, 10 deletions
diff --git a/docs/faq/dependencies.xml b/docs/faq/dependencies.xml index 9a85ac6da..92e091ce6 100644 --- a/docs/faq/dependencies.xml +++ b/docs/faq/dependencies.xml @@ -54,9 +54,9 @@ custom-made hardware sinks, or via wayland. <answer> <para> GStreamer actively supports such efforts, and in the case of -<ulink url="http://ladspa.org/"><citetitle>LADSPA</citetitle></ulink>, -we already have a wrapper plugin. This wrapper plug-in detects the LADSPA -plugins present on your system at register time. +<ulink url="http://www.ladspa.org/"><citetitle>LADSPA</citetitle></ulink>, +we already have a wrapper plugin. This wrapper plug-in detects the LADSPA +plugins present on your system at run time. </para> </answer> </qandaentry> diff --git a/docs/manual/appendix-integration.xml b/docs/manual/appendix-integration.xml index 59474c39d..67c8916ab 100644 --- a/docs/manual/appendix-integration.xml +++ b/docs/manual/appendix-integration.xml @@ -57,7 +57,7 @@ onwards. Nowadays, a whole bunch of GNOME applications make use of &GStreamer; for media-processing, including (but not limited to) <ulink type="http" url="http://www.rhythmbox.org/">Rhythmbox</ulink>, - <ulink type="http" url="http://www.hadess.net/totem.php3">Totem</ulink> + <ulink type="http" url="http://projects.gnome.org/totem/">Totem</ulink> and <ulink type="http" url="http://www.burtonini.com/blog/computers/sound-juicer">Sound Juicer</ulink>. diff --git a/docs/manual/basics-pads.xml b/docs/manual/basics-pads.xml index c490a25f7..a9e98d0eb 100644 --- a/docs/manual/basics-pads.xml +++ b/docs/manual/basics-pads.xml @@ -593,9 +593,9 @@ link_elements_with_filter (GstElement *element1, GstElement *element2) <para> See the API references for the full API of <ulink type="http" - url="&URLAPI;GstStructure.html"><classname>GstStructure</classname></ulink> + url="&URLAPI;gstreamer-GstStructure.html"><classname>GstStructure</classname></ulink> and <ulink type="http" - url="&URLAPI;GstCaps.html"><classname>GstCaps</classname></ulink>. + url="&URLAPI;gstreamer-GstCaps.html"><classname>GstCaps</classname></ulink>. </para> </sect2> </sect1> diff --git a/docs/manual/intro-motivation.xml b/docs/manual/intro-motivation.xml index 88060fa75..e2d7f2119 100644 --- a/docs/manual/intro-motivation.xml +++ b/docs/manual/intro-motivation.xml @@ -287,10 +287,10 @@ <title>Provide a framework for codec experimentation</title> <para> &GStreamer; also wants to be an easy framework where codec - developers can experiment with different algorithms, speeding up - the development of open and free multimedia codecs like <ulink - url="http://www.xiph.org/ogg/index.html" type="http">Theora and - Vorbis</ulink>. + developers can experiment with different algorithms, speeding up the + development of open and free multimedia codecs like those developed + by the <ulink url="http://www.xiph.org" type="http">Xiph.Org + Foundation</ulink> (such as Theora and Vorbis. </para> </section> |