From: Emmanuele Bassi Date: Mon, 4 Oct 2021 09:15:51 +0000 (+0100) Subject: docs: Fix internal links in for GtkLabel's text layout section X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~5^2~261^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4e6a76e11ed7b1f5a414b41f56c303d064bbe2c7;p=gtk4.git docs: Fix internal links in for GtkLabel's text layout section --- diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index c3f0586fd0..e94615473d 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -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. */