From 179b2e6cad90f3d66b335b99049179dff219c4a5 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Mon, 27 Jan 2025 16:05:27 +0100 Subject: [PATCH] Fix setup link in README It was removed in https://github.com/flintlib/python-flint/commit/73fbb625390149136f72a797cccda08eb499e16f --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a5368a3..1bb8dded 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,8 @@ as follows: See the documentation for further notes on building and installing python-flint: -* https://python-flint.readthedocs.io/en/latest/setup.html +* https://python-flint.readthedocs.io/en/latest/build.html +* https://python-flint.readthedocs.io/en/latest/install.html Examples -------------------------------------