From e7b2f6818c4986c5b6239bed3681cddb0df22f5b Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 18 Dec 2021 18:23:16 -0500 Subject: Change HTTP URLs to use HTTPS instead Also remove unnecessary tests/COPYING file. * README.template: Change http: to https: * README.git: Ditto * doc/make.texi: Ditto * doc/make.1: Ditto * src/main.c: Ditto * maintMakefile: Remove invalid URL --- doc/make.1 | 2 +- doc/make.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/make.1 b/doc/make.1 index 95568f61..d2cfb7d9 100644 --- a/doc/make.1 +++ b/doc/make.1 @@ -383,4 +383,4 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details. .LP You should have received a copy of the GNU General Public License along with this program. If not, see -.IR http://www.gnu.org/licenses/ . +.IR https://www.gnu.org/licenses/ . diff --git a/doc/make.texi b/doc/make.texi index a565bf19..52d72712 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -500,7 +500,7 @@ Either send electronic mail to: or use our Web-based project management tool, at: @example - http://savannah.gnu.org/projects/make/ + https://savannah.gnu.org/projects/make/ @end example @noindent -- cgit v1.2.1