docs: Fix some links

The links to the overview sections were all broken.
Fix them.
This commit is contained in:
Matthias Clasen 2023-03-25 10:09:00 -04:00
parent fb364dd84b
commit 19c2e87627
8 changed files with 9 additions and 9 deletions

View File

@ -49,7 +49,7 @@
* @See_also: #GtkTextView, #GtkTextIter, #GtkTextMark * @See_also: #GtkTextView, #GtkTextIter, #GtkTextMark
* *
* You may wish to begin by reading the * You may wish to begin by reading the
* [text widget conceptual overview][TextWidget] * [text widget conceptual overview](TextWidget.html)
* which gives an overview of all the objects and data * which gives an overview of all the objects and data
* types related to the text widget and how they work together. * types related to the text widget and how they work together.
*/ */

View File

@ -40,7 +40,7 @@
* @Title: GtkTextIter * @Title: GtkTextIter
* *
* You may wish to begin by reading the * You may wish to begin by reading the
* [text widget conceptual overview][TextWidget] * [text widget conceptual overview](TextWidget.html)
* which gives an overview of all the objects and data * which gives an overview of all the objects and data
* types related to the text widget and how they work together. * types related to the text widget and how they work together.
*/ */

View File

@ -60,7 +60,7 @@
* @Title: GtkTextMark * @Title: GtkTextMark
* *
* You may wish to begin by reading the * You may wish to begin by reading the
* [text widget conceptual overview][TextWidget] * [text widget conceptual overview](TextWidget.html)
* which gives an overview of all the objects and data * which gives an overview of all the objects and data
* types related to the text widget and how they work together. * types related to the text widget and how they work together.
* *

View File

@ -53,7 +53,7 @@
* @Short_description: A tag that can be applied to text in a GtkTextBuffer * @Short_description: A tag that can be applied to text in a GtkTextBuffer
* *
* You may wish to begin by reading the * You may wish to begin by reading the
* [text widget conceptual overview][TextWidget] * [text widget conceptual overview](TextWidget.html)
* which gives an overview of all the objects and * which gives an overview of all the objects and
* data types related to the text widget and how they work together. * data types related to the text widget and how they work together.
* *

View File

@ -41,7 +41,7 @@
* @Title: GtkTextTagTable * @Title: GtkTextTagTable
* *
* You may wish to begin by reading the * You may wish to begin by reading the
* [text widget conceptual overview][TextWidget] * [text widget conceptual overview](TextWidget.html)
* which gives an overview of all the objects and * which gives an overview of all the objects and
* data types related to the text widget and how they work together. * data types related to the text widget and how they work together.
* *

View File

@ -70,7 +70,7 @@
* @See_also: #GtkTextBuffer, #GtkTextIter * @See_also: #GtkTextBuffer, #GtkTextIter
* *
* You may wish to begin by reading the * You may wish to begin by reading the
* [text widget conceptual overview][TextWidget] * [text widget conceptual overview](TextWidget.html)
* which gives an overview of all the objects and data * which gives an overview of all the objects and data
* types related to the text widget and how they work together. * types related to the text widget and how they work together.
* *

View File

@ -71,7 +71,7 @@
* Widget that displays any object that implements the #GtkTreeModel interface. * Widget that displays any object that implements the #GtkTreeModel interface.
* *
* Please refer to the * Please refer to the
* [tree widget conceptual overview][TreeWidget] * [tree widget conceptual overview](TreeWidget.html)
* for an overview of all the objects and data types related * for an overview of all the objects and data types related
* to the tree widget and how they work together. * to the tree widget and how they work together.
* *
@ -1330,7 +1330,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
* Space, Shift+Space, Return or Enter is pressed. * Space, Shift+Space, Return or Enter is pressed.
* *
* For selection handling refer to the * For selection handling refer to the
* [tree widget conceptual overview][TreeWidget] * [tree widget conceptual overview](TreeWidget.html)
* as well as #GtkTreeSelection. * as well as #GtkTreeSelection.
*/ */
tree_view_signals[ROW_ACTIVATED] = tree_view_signals[ROW_ACTIVATED] =

View File

@ -51,7 +51,7 @@
* It allows to set properties of the column header, and functions as a holding pen for * It allows to set properties of the column header, and functions as a holding pen for
* the cell renderers which determine how the data in the column is displayed. * the cell renderers which determine how the data in the column is displayed.
* *
* Please refer to the [tree widget conceptual overview][TreeWidget] * Please refer to the [tree widget conceptual overview](TreeWidget.html)
* for an overview of all the objects and data types related to the tree widget and how * for an overview of all the objects and data types related to the tree widget and how
* they work together. * they work together.
*/ */