Skip to content

Commit 3c6a1ee

Browse files
authored
docs: Fix links to Pango website (#4217)
1 parent 44da20d commit 3c6a1ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/guides/using_text.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For example:
5050
)
5151
self.add(text)
5252

53-
.. _Pango library: https://pango.gnome.org
53+
.. _Pango library: https://pango.org
5454

5555
Working with :class:`~.Text`
5656
============================

manim/mobject/text/text_mobject.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def _change_alignment_for_a_line(self, alignment: str, line_no: int) -> None:
301301

302302

303303
class Text(SVGMobject):
304-
r"""Display (non-LaTeX) text rendered using `Pango <https://pango.gnome.org/>`_.
304+
r"""Display (non-LaTeX) text rendered using `Pango <https://pango.org/>`_.
305305
306306
Text objects behave like a :class:`.VGroup`-like iterable of all characters
307307
in the given text. In particular, slicing is possible.
@@ -864,7 +864,7 @@ def init_colors(self, propagate_colors=True):
864864

865865

866866
class MarkupText(SVGMobject):
867-
r"""Display (non-LaTeX) text rendered using `Pango <https://pango.gnome.org/>`_.
867+
r"""Display (non-LaTeX) text rendered using `Pango <https://pango.org/>`_.
868868
869869
Text objects behave like a :class:`.VGroup`-like iterable of all characters
870870
in the given text. In particular, slicing is possible.

0 commit comments

Comments
 (0)