label: Fix markup doc example
authorThomas Lange <thomas-lange2@gmx.de>
Thu, 17 Nov 2022 03:46:01 +0000 (03:46 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 17 Nov 2022 03:46:01 +0000 (03:46 +0000)
gtk/gtklabel.c

index 5f8dd50d2d87e3155a9867c6a03cd16363a9de42..8074cb4b1f4abdfb8a7868e79e3232a6ccb77f7f 100644 (file)
  *
  * ```c
  * const char *text =
- * "Go to the"
- * "<a href=\"http://www.gtk.org title=\"&lt;i&gt;Our&lt;/i&gt; website\">"
+ * "Go to the "
+ * "<a href=\"https://www.gtk.org\" title=\"&lt;i&gt;Our&lt;/i&gt; website\">"
  * "GTK website</a> for more...";
  * GtkWidget *label = gtk_label_new (NULL);
  * gtk_label_set_markup (GTK_LABEL (label), text);