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.
This commit is contained in:
Assaf Gordon 2018-02-13 16:07:29 -07:00
parent a2daab7fb1
commit cb6cb45fed
3 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@
@c Use with: @value{ucsigma}
@c
@c Based on:
@c http://lists.gnu.org/archive/html/help-texinfo/2012-06/msg00004.html
@c https://lists.gnu.org/archive/html/help-texinfo/2012-06/msg00004.html
@iftex
@set ucsigma @math{@Sigma{}}
@end iftex

View File

@ -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)

View File

@ -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
@c http://lists.gnu.org/archive/html/sed-devel/2016-12/msg00041.html
@c https://lists.gnu.org/archive/html/sed-devel/2016-12/msg00041.html
@item
The @option{-E} option enables extended regular expression syntax, alleviating