summaryrefslogtreecommitdiffstats
path: root/unix/README
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-21 12:00:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-21 12:00:29 (GMT)
commit3f913d322f99aae818c2fbe06049a19c4c1125f8 (patch)
treef49bd6fdc3bc43759371c62ca257043cc00a9b40 /unix/README
parent8c5e1ee93f7b7ae0a948d354b1f2dfdcdda0eab0 (diff)
downloadtcl-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 'unix/README')
-rw-r--r--unix/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/README b/unix/README
index 22b3833..b43a260 100644
--- a/unix/README
+++ b/unix/README
@@ -8,11 +8,11 @@ MacOSX platform too, but they all depend on UNIX (POSIX/ANSI C) interfaces and
some of them only make sense under UNIX.
Updated forms of the information found in this file is available at:
- http://www.tcl.tk/doc/howto/compile.html#unix
+ https://www.tcl-tk.org/doc/howto/compile.html#unix
For information on platforms where Tcl is known to compile, along with any
porting notes for getting it to work on those platforms, see:
- http://www.tcl.tk/software/tcltk/platforms.html
+ https://www.tcl-tk.org/software/tcltk/platforms.html
The rest of this file contains instructions on how to do this. The release
should compile and run either "out of the box" or with trivial changes on any
@@ -91,7 +91,7 @@ How To Compile And Install Tcl:
--enable-dtrace Enable tcl DTrace provider (if DTrace is
available on the platform), c.f. tclDTrace.d
for descriptions of the probes made available,
- see http://wiki.tcl.tk/DTrace for more details
+ see https://wiki.tcl-lang.org/page/DTrace for more details
--with-encoding=ENCODING Specifies the encoding for compile-time
configuration values. Defaults to iso8859-1,
which is also sufficient for ASCII.