From 1593954e712528ea360fb880220f0b912ad03e4e Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Mon, 7 Apr 2025 12:46:16 -0400 Subject: [PATCH] Update URL to pango in README.md 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 527ff516..198c0ec0 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