>From cb6cb45fede374a12dfdb3a509fc54ea04f900ba Mon Sep 17 00:00:00 2001 From: Assaf Gordon Date: Tue, 13 Feb 2018 16:07:29 -0700 Subject: [PATCH 3/3] doc: change URLs to https * doc/config.texi, doc/sed-dummy.1, doc/sed.texi: Change http to https for GNU URLs. External links (e.g. sed.sf.net, autsingroup.org) currently do not support https and kept as-is. --- doc/config.texi | 2 +- doc/sed-dummy.1 | 4 ++-- doc/sed.texi | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/config.texi b/doc/config.texi index bafae2f..69f2198 100644 --- a/doc/config.texi +++ b/doc/config.texi @@ -40,7 +40,7 @@ @c Use with: @value{ucsigma} @c @c Based on: address@hidden http://lists.gnu.org/archive/html/help-texinfo/2012-06/msg00004.html address@hidden https://lists.gnu.org/archive/html/help-texinfo/2012-06/msg00004.html @iftex @set ucsigma @address@hidden @end iftex diff --git a/doc/sed-dummy.1 b/doc/sed-dummy.1 index 3832baf..e98258a 100644 --- a/doc/sed-dummy.1 +++ b/doc/sed-dummy.1 @@ -13,5 +13,5 @@ cross-compilation). For the full documentation for .B sed see -.UR http://www.gnu.org/software/sed -GNU SED Website (http://www.gnu.org/software/sed) +.UR https://www.gnu.org/software/sed +GNU SED Website (https://www.gnu.org/software/sed) diff --git a/doc/sed.texi b/doc/sed.texi index 38b4eda..f996c0f 100644 --- a/doc/sed.texi +++ b/doc/sed.texi @@ -4634,7 +4634,7 @@ A successful match means the @var{PATTERN} was repeated twice in succession. The word-boundery expression (@samp{\b}) at both ends ensures partial words are not matched (e.g. @samp{the then} is not a desired match). @c Thanks to Jim for pointing this out in address@hidden http://lists.gnu.org/archive/html/sed-devel/2016-12/msg00041.html address@hidden https://lists.gnu.org/archive/html/sed-devel/2016-12/msg00041.html @item The @option{-E} option enables extended regular expression syntax, alleviating -- 2.7.4