summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-08-29 18:29:34 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-08-29 18:30:33 +0200
commita2c236a8b852d1750052ca34e00ee9ef02c70186 (patch)
tree166f9cabc878eae516593f3a15cd66e156456031
parentb8b645c4857677b9e358931c78c1fab7dacc6383 (diff)
downloadlibgdata-a2c236a8b852d1750052ca34e00ee9ef02c70186.tar.gz
docs: Use correct url attribute for ulink usage
-rw-r--r--gdata/atom/gdata-link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/atom/gdata-link.c b/gdata/atom/gdata-link.c
index 49facc58..f9754810 100644
--- a/gdata/atom/gdata-link.c
+++ b/gdata/atom/gdata-link.c
@@ -386,7 +386,7 @@ gdata_link_new (const gchar *uri, const gchar *relation_type)
* specified by the Atom protocol. Common relationship values such as <literal>alternate</literal>
* are returned as <literal>http://www.iana.org/assignments/relation/alternate</literal>.
*
- * For more information, see the <ulink type="http" uri="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rel_attribute">
+ * For more information, see the <ulink type="http" url="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rel_attribute">
* Atom specification</ulink>.
*
* Return value: the link's URI