textahead: fix pango markup URL

The old one no longer works.
This commit is contained in:
Guillaume Desmottes 2022-10-17 14:47:52 +02:00
parent 6da4192fe6
commit 676b061af3

View file

@ -119,7 +119,7 @@ impl ObjectImpl for TextAhead {
.default_value(&*default.separator)
.mutable_playing()
.build(),
// See https://developer.gimp.org/api/2.0/pango/PangoMarkupFormat.html for pango attributes
// See https://docs.gtk.org/Pango/pango_markup.html for pango attributes
glib::ParamSpecString::builder("current-attributes")
.nick("Current attributes")
.blurb("Pango span attributes to set on the text from the current buffer")