diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-06 21:07:03 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 09:42:12 -0500 |
commit | 0ce016650b38dbd9e228fbb7dae312dd91880354 (patch) | |
tree | 05da30950271412fb48f1c06f7fb46a6a7012073 /gtk/gtkassistant.c | |
parent | 6d3347de633cc5bc9cd30ef595ce7d6cd8afaba5 (diff) | |
download | gtk+-0ce016650b38dbd9e228fbb7dae312dd91880354.tar.gz |
docs: Use markup for links
Diffstat (limited to 'gtk/gtkassistant.c')
-rw-r--r-- | gtk/gtkassistant.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c index 31566b97bd..7ef9d4bf8d 100644 --- a/gtk/gtkassistant.c +++ b/gtk/gtkassistant.c @@ -32,10 +32,10 @@ * * The design of GtkAssistant is that it controls what buttons to show * and to make sensitive, based on what it knows about the page sequence - * and the <link linkend="GtkAssistantPageType">type</link> of each page, + * and the [type][GtkAssistantPageType] of each page, * in addition to state information like the page - * <link linkend="gtk-assistant-set-page-complete">completion</link> - * and <link linkend="gtk-assistant-commit">committed</link> status. + * [completion][gtk-assistant-set-page-complete] + * and [committed][gtk-assistant-commit] status. * * If you have a case that doesn't quite fit in #GtkAssistants way of * handling buttons, you can use the #GTK_ASSISTANT_PAGE_CUSTOM page |