diff options
Diffstat (limited to 'gtk/gtktextmark.c')
-rw-r--r-- | gtk/gtktextmark.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtktextmark.c b/gtk/gtktextmark.c index 7c72004e2c..919b5c9c5b 100644 --- a/gtk/gtktextmark.c +++ b/gtk/gtktextmark.c @@ -59,8 +59,9 @@ * @Short_description: A position in the buffer preserved across buffer modifications * @Title: GtkTextMark * - * You may wish to begin by reading the <link linkend="TextWidget">text widget - * conceptual overview</link> which gives an overview of all the objects and data + * You may wish to begin by reading the + * [text widget conceptual overview][TextWidget] + * which gives an overview of all the objects and data * types related to the text widget and how they work together. * * A #GtkTextMark is like a bookmark in a text buffer; it preserves a position in |