bug#42787: [PATCH] README: fix path to INSTALL in git

Mike Frysinger <[email protected]> Fri, 12 Jan 2024 02:29:22 -0500
Newsgroups gmane.comp.gnu.libtool.bugs
Message-ID <[email protected]>
Fixes libtool bug https://bugs.gnu.org/42787.

The file lives in automake's git, not libtool.

* README.md: Change INSTALL URL to automake.git.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9760bd68c350..1e98863810d1 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ To use Libtool, add the new generic library building commands to your
 `Makefile`, `Makefile.in`, or `Makefile.am`.  See the documentation for
 details.
 
-[install]: http://git.savannah.gnu.org/cgit/libtool.git/tree/INSTALL
+[install]: http://git.savannah.gnu.org/cgit/automake.git/tree/INSTALL
 [libtool]: http://www.gnu.org/s/libtool
 [libtool list]: mailto:[email protected]
 [news]: http://git.savannah.gnu.org/cgit/libtool.git/tree/NEWS
-- 
2.43.0