doc(wibox.widget.textbox.html): fixed pango links (#3401)

Links to gnome's pango webpage
(https://developer.gnome.org/pango/stable/PangoMarkupFormat.html) were
broken. They now all point to docs.gtk.org .
This commit is contained in:
aflorea-2k 2021-08-03 20:02:25 +02:00 committed by GitHub
parent 4b494952da
commit 260f6dbe97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ function textbox:get_height_for_width_at_dpi(width, dpi)
end
--- Set the text of the textbox.(with
-- [Pango markup](https://developer.gnome.org/pango/stable/pango-Markup.html)).
-- [Pango markup](https://docs.gtk.org/Pango/pango_markup.html)).
--
-- @tparam string text The text to set. This can contain pango markup (e.g.
-- `<b>bold</b>`). You can use `gears.string.escape` to escape
@ -178,7 +178,7 @@ function textbox:set_markup_silently(text)
end
--- Set the text of the textbox (with
-- [Pango markup](https://developer.gnome.org/pango/stable/pango-Markup.html)).
-- [Pango markup](https://docs.gtk.org/Pango/pango_markup.html)).
--
-- @property markup
-- @tparam string text The text to set. This can contain pango markup (e.g.