Fossil SCM
Change all references to the tcl.tk domain into tcl-lang.org.
Commit
808cda318db31b21e182a334b23a657368f8f58a
Parent
4da2f012662b720…
3 files changed
+1
-1
+1
-1
+1
-1
+1
-1
| --- www/makefile.wiki | ||
| +++ www/makefile.wiki | ||
| @@ -71,11 +71,11 @@ | ||
| 71 | 71 | makeheaders preprocessor program: |
| 72 | 72 | |
| 73 | 73 | 11. [../src/makeheaders.html | makeheaders.html] |
| 74 | 74 | |
| 75 | 75 | Click on the link to read this documentation. In addition there is |
| 76 | -a [http://www.tcl.tk/ | Tcl] script used to build the various makefiles: | |
| 76 | +a [http://www.tcl-lang.org/ | Tcl] script used to build the various makefiles: | |
| 77 | 77 | |
| 78 | 78 | 12. makemake.tcl |
| 79 | 79 | |
| 80 | 80 | Running this Tcl script will automatically regenerate all makefiles. |
| 81 | 81 | In order to add a new source file to the Fossil implementation, simply |
| 82 | 82 |
| --- www/makefile.wiki | |
| +++ www/makefile.wiki | |
| @@ -71,11 +71,11 @@ | |
| 71 | makeheaders preprocessor program: |
| 72 | |
| 73 | 11. [../src/makeheaders.html | makeheaders.html] |
| 74 | |
| 75 | Click on the link to read this documentation. In addition there is |
| 76 | a [http://www.tcl.tk/ | Tcl] script used to build the various makefiles: |
| 77 | |
| 78 | 12. makemake.tcl |
| 79 | |
| 80 | Running this Tcl script will automatically regenerate all makefiles. |
| 81 | In order to add a new source file to the Fossil implementation, simply |
| 82 |
| --- www/makefile.wiki | |
| +++ www/makefile.wiki | |
| @@ -71,11 +71,11 @@ | |
| 71 | makeheaders preprocessor program: |
| 72 | |
| 73 | 11. [../src/makeheaders.html | makeheaders.html] |
| 74 | |
| 75 | Click on the link to read this documentation. In addition there is |
| 76 | a [http://www.tcl-lang.org/ | Tcl] script used to build the various makefiles: |
| 77 | |
| 78 | 12. makemake.tcl |
| 79 | |
| 80 | Running this Tcl script will automatically regenerate all makefiles. |
| 81 | In order to add a new source file to the Fossil implementation, simply |
| 82 |
+1
-1
| --- www/stats.wiki | ||
| +++ www/stats.wiki | ||
| @@ -32,11 +32,11 @@ | ||
| 32 | 32 | <td>73:1 |
| 33 | 33 | <td>29.9 MB |
| 34 | 34 | </tr> |
| 35 | 35 | |
| 36 | 36 | <tr align="center"> |
| 37 | -<td>[http://core.tcl.tk/tcl/timeline | TCL] | |
| 37 | +<td>[http://core.tcl-lang.org/tcl/timeline | TCL] | |
| 38 | 38 | <td>139662 |
| 39 | 39 | <td>18125 |
| 40 | 40 | <td>6183 days<br>16.93 years |
| 41 | 41 | <td>6.6 GB |
| 42 | 42 | <td>192.6 MB |
| 43 | 43 |
| --- www/stats.wiki | |
| +++ www/stats.wiki | |
| @@ -32,11 +32,11 @@ | |
| 32 | <td>73:1 |
| 33 | <td>29.9 MB |
| 34 | </tr> |
| 35 | |
| 36 | <tr align="center"> |
| 37 | <td>[http://core.tcl.tk/tcl/timeline | TCL] |
| 38 | <td>139662 |
| 39 | <td>18125 |
| 40 | <td>6183 days<br>16.93 years |
| 41 | <td>6.6 GB |
| 42 | <td>192.6 MB |
| 43 |
| --- www/stats.wiki | |
| +++ www/stats.wiki | |
| @@ -32,11 +32,11 @@ | |
| 32 | <td>73:1 |
| 33 | <td>29.9 MB |
| 34 | </tr> |
| 35 | |
| 36 | <tr align="center"> |
| 37 | <td>[http://core.tcl-lang.org/tcl/timeline | TCL] |
| 38 | <td>139662 |
| 39 | <td>18125 |
| 40 | <td>6183 days<br>16.93 years |
| 41 | <td>6.6 GB |
| 42 | <td>192.6 MB |
| 43 |
+1
-1
| --- www/th1.md | ||
| +++ www/th1.md | ||
| @@ -113,11 +113,11 @@ | ||
| 113 | 113 | * unset VARNAME |
| 114 | 114 | * uplevel ?LEVEL? SCRIPT |
| 115 | 115 | * upvar ?FRAME? OTHERVAR MYVAR ?OTHERVAR MYVAR? |
| 116 | 116 | |
| 117 | 117 | All of the above commands works as in the original Tcl. Refer to the |
| 118 | -<a href="https://www.tcl.tk/man/tcl/contents.htm">Tcl documentation</a> | |
| 118 | +<a href="https://www.tcl-lang.org/man/tcl/contents.htm">Tcl documentation</a> | |
| 119 | 119 | for details. |
| 120 | 120 | |
| 121 | 121 | TH1 Extended Commands |
| 122 | 122 | --------------------- |
| 123 | 123 | |
| 124 | 124 |
| --- www/th1.md | |
| +++ www/th1.md | |
| @@ -113,11 +113,11 @@ | |
| 113 | * unset VARNAME |
| 114 | * uplevel ?LEVEL? SCRIPT |
| 115 | * upvar ?FRAME? OTHERVAR MYVAR ?OTHERVAR MYVAR? |
| 116 | |
| 117 | All of the above commands works as in the original Tcl. Refer to the |
| 118 | <a href="https://www.tcl.tk/man/tcl/contents.htm">Tcl documentation</a> |
| 119 | for details. |
| 120 | |
| 121 | TH1 Extended Commands |
| 122 | --------------------- |
| 123 | |
| 124 |
| --- www/th1.md | |
| +++ www/th1.md | |
| @@ -113,11 +113,11 @@ | |
| 113 | * unset VARNAME |
| 114 | * uplevel ?LEVEL? SCRIPT |
| 115 | * upvar ?FRAME? OTHERVAR MYVAR ?OTHERVAR MYVAR? |
| 116 | |
| 117 | All of the above commands works as in the original Tcl. Refer to the |
| 118 | <a href="https://www.tcl-lang.org/man/tcl/contents.htm">Tcl documentation</a> |
| 119 | for details. |
| 120 | |
| 121 | TH1 Extended Commands |
| 122 | --------------------- |
| 123 | |
| 124 |