docs: Fix internal links in for GtkLabel's text layout section

This commit is contained in:
Emmanuele Bassi 2021-10-04 10:15:51 +01:00
parent bc086c5a2d
commit 4e6a76e11e

View File

@ -2380,7 +2380,7 @@ gtk_label_class_init (GtkLabelClass *class)
*
* If this property is set to -1, the width will be calculated automatically.
*
* See the section on [text layout][label-text-layout] for details of how
* See the section on [text layout](#text-layout) for details of how
* [property@Gtk.Label:width-chars] and [property@Gtk.Label:max-width-chars]
* determine the width of ellipsized and wrapped labels.
*/
@ -2416,7 +2416,7 @@ gtk_label_class_init (GtkLabelClass *class)
*
* If this property is set to -1, the width will be calculated automatically.
*
* See the section on [text layout][label-text-layout] for details of how
* See the section on [text layout](#text-layout) for details of how
* [property@Gtk.Label:width-chars] and [property@Gtk.Label:max-width-chars]
* determine the width of ellipsized and wrapped labels.
*/