diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-21 12:00:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-21 12:00:29 (GMT) |
commit | 3f913d322f99aae818c2fbe06049a19c4c1125f8 (patch) | |
tree | f49bd6fdc3bc43759371c62ca257043cc00a9b40 /doc | |
parent | 8c5e1ee93f7b7ae0a948d354b1f2dfdcdda0eab0 (diff) | |
download | tcl-3f913d322f99aae818c2fbe06049a19c4c1125f8.zip tcl-3f913d322f99aae818c2fbe06049a19c4c1125f8.tar.gz tcl-3f913d322f99aae818c2fbe06049a19c4c1125f8.tar.bz2 |
Change a lot of url's (as far as possible) from http:// to https://
Diffstat (limited to 'doc')
-rw-r--r-- | doc/clock.n | 4 | ||||
-rw-r--r-- | doc/dde.n | 2 | ||||
-rw-r--r-- | doc/tm.n | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/clock.n b/doc/clock.n index b8f2a0c..c46b797 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -824,7 +824,7 @@ the minus sign one west of Greenwich. A time zone string conforming to the Posix specification of the \fBTZ\fR environment variable will be recognized. The specification may be found at -\fIhttp://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap08.html\fR. +\fIhttps://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap08.html\fR. .PP If the Posix time zone string contains a DST (Daylight Savings Time) part, but doesn't contain a rule stating when DST starts or ends, @@ -848,7 +848,7 @@ to use it as a location name, as above. .SH "LOCALIZATION" .PP Developers wishing to localize the date and time formatting and parsing -are referred to \fIhttp://tip.tcl.tk/173\fR for a +are referred to \fIhttps://tip.tcl-lang.org/173\fR for a specification. .SH "FREE FORM SCAN" .PP @@ -178,7 +178,7 @@ particularly important website: .PP .CS package require dde -\fBdde execute\fR -async iexplore WWW_OpenURL http://www.tcl.tk/ +\fBdde execute\fR -async iexplore WWW_OpenURL http://www.tcl-lang.org/ .CE .SH "SEE ALSO" tk(n), winfo(n), send(n) @@ -298,9 +298,9 @@ environment variables: .SH "SEE ALSO" package(n), Tcl Improvement Proposal #189 .QW "\fITcl Modules\fR" -(online at http://tip.tcl.tk/189.html), Tcl Improvement Proposal #190 +(online at https://tip.tcl-lang.org/189.html), Tcl Improvement Proposal #190 .QW "\fIImplementation Choices for Tcl Modules\fR" -(online at http://tip.tcl.tk/190.html) +(online at https://tip.tcl-lang.org/190.html) .SH "KEYWORDS" modules, package .\" Local Variables: |