summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--docs/codingstyle.txt2
-rw-r--r--docs/libs/farstream-libs-docs.sgml2
-rw-r--r--docs/plugins/farstream-plugins-docs.sgml4
-rw-r--r--gst/fsmsnconference/fs-msn-conference.c2
-rw-r--r--gst/fsrawconference/fs-raw-conference-plugin.c2
-rw-r--r--gst/fsrtcpfilter/fs-rtcp-filter.c2
-rw-r--r--gst/fsrtpconference/fs-rtp-conference-plugin.c2
-rw-r--r--gst/fsvideoanyrate/videoanyrate.c2
9 files changed, 10 insertions, 10 deletions
diff --git a/README b/README
index 3b0910e6..10b7a249 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
Farstream
==========
-http://farstream.freedesktop.org/
+http://www.freedesktop.org/wiki/Software/Farstream
Farstream is a collection of GStreamer modules and libraries for
videoconferencing. The API is described in the documentation in the
diff --git a/docs/codingstyle.txt b/docs/codingstyle.txt
index b6711995..3005fe0a 100644
--- a/docs/codingstyle.txt
+++ b/docs/codingstyle.txt
@@ -1,7 +1,7 @@
This page describes the Farstream coding style. Respect it or die.
It is a copy of
-http://farstream.freedesktop.org/wiki/Fs2CodingStyle
+http://www.freedesktop.org/wiki/Software/Farstream/CodingStyle
They should both be in sync
diff --git a/docs/libs/farstream-libs-docs.sgml b/docs/libs/farstream-libs-docs.sgml
index 305d039a..7d640013 100644
--- a/docs/libs/farstream-libs-docs.sgml
+++ b/docs/libs/farstream-libs-docs.sgml
@@ -10,7 +10,7 @@
<releaseinfo>
for version &FS_VERSION;.
The latest version of this documentation can be found on-line at
- <ulink role="online-location" url="http://farstream.freedesktop.org/apidoc/farstream/">http://farstream.freedesktop.org/apidoc/farstream/</ulink>.
+ <ulink role="online-location" url="http://www.freedesktop.org/software/farstream/apidoc/farstream/">http://www.freedesktop.org/software/farstream/apidoc/farstream/</ulink>.
The bases classes are implemented by multiple plugins described in
the <ulink url="http://farstream.freedesktop.org/apidoc/farstream-plugins/">Farstream Plugins Manual</ulink>.
</releaseinfo>
diff --git a/docs/plugins/farstream-plugins-docs.sgml b/docs/plugins/farstream-plugins-docs.sgml
index cd6d1f7b..fd70b27e 100644
--- a/docs/plugins/farstream-plugins-docs.sgml
+++ b/docs/plugins/farstream-plugins-docs.sgml
@@ -10,10 +10,10 @@
<releaseinfo>
for version &FS_VERSION;.
The latest version of this documentation can be found on-line at
- <ulink role="online-location" url="http://farstream.freedesktop.org/apidoc/farstream-plugins/">http://farstream.freedesktop.org/apidoc/farstream-plugins/</ulink>.
+ <ulink role="online-location" url="http://farstream.freedesktop.org/apidoc/farstream-plugins/">/http://farstream.freedesktop.org/apidoc/farstream-plugins/</ulink>.
These plugins are to be used with the base classes and other utility
objects and functions described in the
- <ulink url="http://farstream.freedesktop.org/apidoc/farstream/">Farstream Reference Manual</ulink>.
+ <ulink url="http://www.freedesktop.org/software/farstream/apidoc/farstream">Farstream Reference Manual</ulink>.
</releaseinfo>
</bookinfo>
diff --git a/gst/fsmsnconference/fs-msn-conference.c b/gst/fsmsnconference/fs-msn-conference.c
index 6b487c7d..ab79674b 100644
--- a/gst/fsmsnconference/fs-msn-conference.c
+++ b/gst/fsmsnconference/fs-msn-conference.c
@@ -301,7 +301,7 @@ GST_PLUGIN_DEFINE (
VERSION,
"LGPL",
"Farstream",
- "http://farstream.freedesktop.org/"
+ "http://www.freedesktop.org/wiki/Software/Farstream"
#ifdef BUILD_GTK_DOC
);
}
diff --git a/gst/fsrawconference/fs-raw-conference-plugin.c b/gst/fsrawconference/fs-raw-conference-plugin.c
index c2539037..6a99fd27 100644
--- a/gst/fsrawconference/fs-raw-conference-plugin.c
+++ b/gst/fsrawconference/fs-raw-conference-plugin.c
@@ -54,7 +54,7 @@ GST_PLUGIN_DEFINE (
VERSION,
"LGPL",
"Farstream",
- "http://farstream.freedesktop.org/"
+ "http://www.freedesktop.org/wiki/Software/Farstream"
#ifdef BUILD_GTK_DOC
);
}
diff --git a/gst/fsrtcpfilter/fs-rtcp-filter.c b/gst/fsrtcpfilter/fs-rtcp-filter.c
index 64c806fa..186e9494 100644
--- a/gst/fsrtcpfilter/fs-rtcp-filter.c
+++ b/gst/fsrtcpfilter/fs-rtcp-filter.c
@@ -246,4 +246,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
fsrtcpfilter,
"RtcpFilter",
fs_rtcp_filter_plugin_init, VERSION, "LGPL", "Farstream",
- "http://farstream.sf.net")
+ "http://www.freedesktop.org/wiki/Software/Farstream")
diff --git a/gst/fsrtpconference/fs-rtp-conference-plugin.c b/gst/fsrtpconference/fs-rtp-conference-plugin.c
index 78c39a08..9fabaa52 100644
--- a/gst/fsrtpconference/fs-rtp-conference-plugin.c
+++ b/gst/fsrtpconference/fs-rtp-conference-plugin.c
@@ -53,7 +53,7 @@ GST_PLUGIN_DEFINE (
VERSION,
"LGPL",
"Farstream",
- "http://farstream.freedesktop.org/"
+ "http://www.freedesktop.org/wiki/Software/Farstream"
#ifdef BUILD_GTK_DOC
);
}
diff --git a/gst/fsvideoanyrate/videoanyrate.c b/gst/fsvideoanyrate/videoanyrate.c
index a3dcd949..8086ed77 100644
--- a/gst/fsvideoanyrate/videoanyrate.c
+++ b/gst/fsvideoanyrate/videoanyrate.c
@@ -192,4 +192,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
fsvideoanyrate,
"Videoanyrate",
gst_videoanyrate_plugin_init, VERSION, "LGPL", "Farstream",
- "http://farstream.sf.net")
+ "http://www.freedesktop.org/wiki/Software/Farstream")