summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/amrnb/amrnbdec.c2
-rw-r--r--ext/amrnb/amrnbenc.c2
-rw-r--r--ext/amrwbdec/amrwbdec.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/amrnb/amrnbdec.c b/ext/amrnb/amrnbdec.c
index c5f2774c..906cb26e 100644
--- a/ext/amrnb/amrnbdec.c
+++ b/ext/amrnb/amrnbdec.c
@@ -23,7 +23,7 @@
* @see_also: #GstAmrnbEnc, #GstAmrParse
*
* AMR narrowband decoder based on the
- * <ulink url="http://sourceforge.net/projects/opencore-amr">opencore codec implementation</ulink>.
+ * [opencore codec implementation](http://sourceforge.net/projects/opencore-amr).
*
* ## Example launch line
* |[
diff --git a/ext/amrnb/amrnbenc.c b/ext/amrnb/amrnbenc.c
index 9c0f2856..06c2a862 100644
--- a/ext/amrnb/amrnbenc.c
+++ b/ext/amrnb/amrnbenc.c
@@ -23,7 +23,7 @@
* @see_also: #GstAmrnbDec, #GstAmrnbParse
*
* AMR narrowband encoder based on the
- * <ulink url="http://sourceforge.net/projects/opencore-amr">opencore codec implementation</ulink>.
+ * [opencore codec implementation](http://sourceforge.net/projects/opencore-amr).
*
* ## Example launch line
* |[
diff --git a/ext/amrwbdec/amrwbdec.c b/ext/amrwbdec/amrwbdec.c
index 7832036c..d482b989 100644
--- a/ext/amrwbdec/amrwbdec.c
+++ b/ext/amrwbdec/amrwbdec.c
@@ -23,7 +23,7 @@
* @see_also: #GstAmrwbEnc
*
* AMR wideband decoder based on the
- * <ulink url="http://sourceforge.net/projects/opencore-amr">opencore codec implementation</ulink>.
+ * [opencore codec implementation](http://sourceforge.net/projects/opencore-amr).
*
* ## Example launch line
* |[