docs: Fix internal links in for GtkLabel's text layout section
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 4 Oct 2021 09:15:51 +0000 (10:15 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 4 Oct 2021 09:15:51 +0000 (10:15 +0100)
gtk/gtklabel.c

index c3f0586fd09a9c22cf806d9ba07862e6aecf3e76..e94615473ddea30650cb82456dcca13bf937a7b6 100644 (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.
    */