From bd8d2fbc99214cb0e2ee1dc1f09ab7e960c7bc81 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Tue, 10 Jun 2025 11:11:36 -0400 Subject: [PATCH] Update URL to pango in README.md (#2334) https://pango.gnome.org gets `ERR_NAME_NOT_RESOLVED` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0929ef8f..6a84538d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Note, there are two versions of manim. This repository began as a personal proj Manim runs on Python 3.7 or higher. System requirements are [FFmpeg](https://ffmpeg.org/), [OpenGL](https://www.opengl.org/) and [LaTeX](https://www.latex-project.org) (optional, if you want to use LaTeX). -For Linux, [Pango](https://pango.gnome.org) along with its development headers are required. See instruction [here](https://github.com/ManimCommunity/ManimPango#building). +For Linux, [Pango](https://pango.org) along with its development headers are required. See instruction [here](https://github.com/ManimCommunity/ManimPango#building). ### Directly