From b4582f1918ee3ae2a797276b4b56500702aa8fc8 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 29 Jan 2021 13:45:28 -0800 Subject: Update URLs to prefer https: to http: Also, fix a few http: URLs that were no longer working. --- etc/bench.pl.in | 4 ++-- etc/local.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/bench.pl.in b/etc/bench.pl.in index d4dfdc8c..b3006ae5 100755 --- a/etc/bench.pl.in +++ b/etc/bench.pl.in @@ -16,7 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . =head1 NAME @@ -1072,7 +1072,7 @@ sub help ($) { my ($verbose) = @_; use Pod::Usage; - # See . + # See . pod2usage( { -message => "Bench Bison parsers", -exitval => 0, -verbose => $verbose, diff --git a/etc/local.mk b/etc/local.mk index b62416ea..78c1a986 100644 --- a/etc/local.mk +++ b/etc/local.mk @@ -12,7 +12,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program. If not, see . +## along with this program. If not, see . dist_noinst_DATA = %D%/README.md nodist_noinst_SCRIPTS = %D%/bench.pl -- cgit v1.2.1