diff options
author | Federico Mena Quintero <federico@gnome.org> | 2021-06-08 13:44:04 -0500 |
---|---|---|
committer | Federico Mena Quintero <federico@gnome.org> | 2021-06-14 20:22:56 -0500 |
commit | f5044cf7d3f196559c055c814537caf84d578e2c (patch) | |
tree | 891e87ee19c51088790ce14693272e570fbc266d /pango | |
parent | d16803843748be6cba48b74e60fa58390e90ae6b (diff) | |
download | pango-f5044cf7d3f196559c055c814537caf84d578e2c.tar.gz |
Convert a stray DocBook ulink into Markdown
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango-bidi-type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-bidi-type.h b/pango/pango-bidi-type.h index ebfaa574..2f1dfd1d 100644 --- a/pango/pango-bidi-type.h +++ b/pango/pango-bidi-type.h @@ -54,7 +54,7 @@ G_BEGIN_DECLS * * `PangoBidiType` represents the bidirectional character * type of a Unicode character as specified by the - * <ulink url="http://www.unicode.org/reports/tr9/">Unicode bidirectional algorithm</ulink>. + * [Unicode bidirectional algorithm](http://www.unicode.org/reports/tr9/). * * Since: 1.22 * Deprecated: 1.44: Use fribidi for this information |