Skip to content

Commit c8f64c1

Browse files
authored
Updating of old URL (Pango Markup formatting page) (#2704)
The old URL https://developer.gnome.org/pango/stable/pango-Markup.html redirects to https://docs.gtk.org/Pango/ which is a generic page, not specific to the Pango Markup formatting. I replace it with the new address of the documentation: https://docs.gtk.org/Pango/pango_markup.html
1 parent fcb76ee commit c8f64c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/mobject/text/text_mobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ def construct(self):
888888
889889
You can find more information about Pango markup formatting at the
890890
corresponding documentation page:
891-
`Pango Markup <https://developer.gnome.org/pango/stable/pango-Markup.html>`_.
891+
`Pango Markup <https://docs.gtk.org/Pango/pango_markup.html>`_.
892892
Please be aware that not all features are supported by this class and that
893893
the ``<gradient>`` tag mentioned above is not supported by Pango.
894894

0 commit comments

Comments
 (0)