From 676b061af3ffc1bd8e78ff4cc6bddaeeb247f2d9 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 17 Oct 2022 14:47:52 +0200 Subject: [PATCH] textahead: fix pango markup URL The old one no longer works. --- text/ahead/src/textahead/imp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/ahead/src/textahead/imp.rs b/text/ahead/src/textahead/imp.rs index 7aa99f49..de158094 100644 --- a/text/ahead/src/textahead/imp.rs +++ b/text/ahead/src/textahead/imp.rs @@ -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")