mirror of
https://https.git.savannah.gnu.org/git/sed.git
synced 2026-01-27 01:44:34 +00:00
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:
parent
a2daab7fb1
commit
cb6cb45fed
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user