File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Start coding
6363
6464.. _committing as you go : https://dont-be-afraid-to-commit.readthedocs.io/en/latest/git/commandlinegit.html#commit-your-changes
6565.. _create a pull request : https://help.github.com/articles/creating-a-pull-request/
66- .. _Tcl 8.5 commands reference : https://www.tcl.tk /man/tcl8.5/TclCmd/contents.htm
66+ .. _Tcl 8.5 commands reference : https://www.tcl-lang.org /man/tcl8.5/TclCmd/contents.htm
6767
6868Design notes
6969~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Modules consists of one Tcl script so to run it from a user shell the only
1414requirement is to have a working version of ``tclsh `` (version 8.5 or later)
1515available on your system. ``tclsh `` is a part of `Tcl `_.
1616
17- .. _Tcl : http://www.tcl.tk /software/tcltk/
17+ .. _Tcl : http://www.tcl-lang.org /software/tcltk/
1818
1919A specific distribution zipball is provided to install Modules on a Windows
2020platform. Content of this distribution zipball is ready for use and does not
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Requirements
1616Modules consists of one Tcl script so to run it from a user shell the only
1717requirement is to have a working version of ``tclsh `` (version 8.5 or later)
1818available on your system. ``tclsh `` is a part of Tcl
19- (http://www.tcl.tk /software/tcltk/).
19+ (http://www.tcl-lang.org /software/tcltk/).
2020
2121To install Modules from a distribution tarball or a clone of the git
2222repository, a build step is there to tailor the :file: `modulecmd.tcl ` and the
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set syntax=tcl
77syn clear tclCommand
88
99" set again tclCommand with `syn match`
10- " Basic Tcl commands: http://www.tcl.tk /man/tcl8.6/TclCmd/contents.htm
10+ " Basic Tcl commands: http://www.tcl-lang.org /man/tcl8.6/TclCmd/contents.htm
1111syn match tclCommand " \v <(after|append|array|bgerror|binary|cd|chan|clock|close|concat)>"
1212syn match tclCommand " \v <(dde|dict|encoding|eof|error|eval|exec|exit|expr|fblocked)>"
1313syn match tclCommand " \v <(fconfigure|fcopy|file|fileevent|flush|format|gets|glob)>"
@@ -19,7 +19,7 @@ syn match tclCommand "\v<(registry|regsub|rename|scan|seek|self|set|socket|sour
1919syn match tclCommand " \v <(split|string|subst|tell|time|trace|unknown|unload|unset)>"
2020syn match tclCommand " \v <(update|uplevel|upvar|variable|vwait)>"
2121
22- " The 'Tcl Standard Library' commands: http://www.tcl.tk /man/tcl8.6/TclCmd/library.htm
22+ " The 'Tcl Standard Library' commands: http://www.tcl-lang.org /man/tcl8.6/TclCmd/library.htm
2323syn match tclCommand " \v <(auto_execok|auto_import|auto_load|auto_mkindex|auto_reset)>"
2424syn match tclCommand " \v <(auto_qualify|tcl_findLibrary|parray|tcl_endOfWord)>"
2525syn match tclCommand " \v <(tcl_startOfNextWord|tcl_startOfPreviousWord)>"
Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ with `trace`_ Tcl command.
7676
7777**Compatible with Modules v4.2+ **
7878
79- .. _trace : https://www.tcl.tk /man/tcl8.5/TclCmd/trace.html
79+ .. _trace : https://www.tcl-lang.org /man/tcl8.5/TclCmd/trace.html
8080.. _Elasticsearch : https://www.elastic.co/elasticsearch/
8181.. _Splunk : https://www.splunk.com/
82- .. _upvar : https://www.tcl.tk /man/tcl8.5/TclCmd/upvar.html
82+ .. _upvar : https://www.tcl-lang.org /man/tcl8.5/TclCmd/upvar.html
8383
8484Installation
8585------------
You can’t perform that action at this time.
0 commit comments