From 25baeb4375a8d3ff85fb93cec6dc930ad03a3ca0 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Mon, 7 Aug 2023 21:40:16 +0100 Subject: [PATCH] URL correction. --- doc/NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/NEWS.md b/doc/NEWS.md index 02e52bb..425e579 100644 --- a/doc/NEWS.md +++ b/doc/NEWS.md @@ -1,6 +1,6 @@ 0.0.20230801-UNRELEASED - * feature: new "`--enable-static`" option to "`configure`" for static builds ([GH#75](https://github.com/a-j-wood/pv/issues/75)) + * feature: new "`--enable-static`" option to "`configure`" for static builds ([GH#75](https://github.com/a-j-wood/pv/pull/75)) * cleanup: added a test for terminal width detection to "`make test`" * cleanup: added a test to "`make test`" to ensure that "`make install`" installs everything expected * cleanup: replaced *AC_HEADER_TIOCGWINSZ* with *AC_CHECK_HEADERS(sys/ioctl.h)* for better MacOS compatibility ([GH#74](https://github.com/a-j-wood/pv/issues/74))