From bbfa3abebc7003feef8016b8d020d18a0aa1ae7a Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Tue, 3 Sep 2024 20:20:39 +0200 Subject: [PATCH] Update link to official Tcl website --- docs/installation.md | 2 +- docs/installing-environment-modules-without-root-permissions.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 0d2b5bd4b..6c60f9b37 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -369,7 +369,7 @@ Supported module tools: Additional notes: -* Tcl(/C) environment-modules requires [Tcl](https://www.tcl.tk/) to be +* Tcl(/C) environment-modules requires [Tcl](https://www.tcl-lang.org/) to be installed (with header files and development libraries) * Lmod requires [Lua](https://www.lua.org/) and a couple of non-standard Lua libraries (`lua-posix`, `lua-filesystem`) to be available diff --git a/docs/installing-environment-modules-without-root-permissions.md b/docs/installing-environment-modules-without-root-permissions.md index e93910ec4..069933d2f 100644 --- a/docs/installing-environment-modules-without-root-permissions.md +++ b/docs/installing-environment-modules-without-root-permissions.md @@ -6,7 +6,7 @@ Mac OS X system, together with Tcl on which it depends. ## Tcl -1. Go to and download the latest Tcl sources. At +1. Go to and download the latest Tcl sources. At the time of writing, the latest available Tcl version was 8.5.15, which can be downloaded from [here](https://prdownloads.sourceforge.net/tcl/tcl8.5.15-src.tar.gz).