Skip to content

Commit 75ff4ee

Browse files
authored
Merge branch 'main' into rename-dot_position-to-update_label
2 parents c974d0c + 3c6a1ee commit 75ff4ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/guides/using_text.rst

+1-1
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

+2-2
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)