From: <ur...@ke...> - 2011-02-03 12:10:14
|
Module: www Branch: master Commit: d12009c4150472c62d61f65663820b78a19e3506 URL: http://cgit.freedesktop.org/gstreamer/www/commit/?id=d12009c4150472c62d61f65663820b78a19e3506 Author: Christian Fredrik Kalager Schaller <chr...@co...> Date: Thu Feb 3 12:09:26 2011 +0000 fix link --- src/htdocs/bindings/bindings.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/htdocs/bindings/bindings.xml b/src/htdocs/bindings/bindings.xml index a4502f5..e410840 100644 --- a/src/htdocs/bindings/bindings.xml +++ b/src/htdocs/bindings/bindings.xml @@ -116,9 +116,9 @@ or would like to help out. <binding> <id>android</id> <name>Android</name> - <status>Under development. See the <a href="&site;/modules/gstreamer-android.html">gstreamer android</a> module.</status> + <status>Under development. See the <a href="&site;/modules/gst-android.html">gstreamer android</a> module.</status> <body> - <p>Under development. See the <a href="&site;/modules/gstreamer-android.html">gstreamer android</a> module</p> + <p>Under development. See the <a href="&site;/modules/gst-android.html">gstreamer android</a> module</p> </body> </binding> |