Index: doc/example-scripts/rosetta-sudoku.html =================================================================== diff -u -N -r37fe2bc49a8594e767ddeb0eabbe47f8c348513a -r629aa9a694de1eecf6355c3e447b3238b57e1fa9 --- doc/example-scripts/rosetta-sudoku.html (.../rosetta-sudoku.html) (revision 37fe2bc49a8594e767ddeb0eabbe47f8c348513a) +++ doc/example-scripts/rosetta-sudoku.html (.../rosetta-sudoku.html) (revision 629aa9a694de1eecf6355c3e447b3238b57e1fa9) @@ -435,7 +435,7 @@ p.table { margin-top: 0; } -/* Because the table frame attribute is overridden by CSS in most browsers. */ +/* Because the table frame attribute is overriden by CSS in most browsers. */ div.tableblock > table[frame="void"] { border-style: none; } @@ -741,8 +741,8 @@

Solve a partially filled-in 9x9 Sudoku grid and display the result in a human-readable format. For detailed description of this -example, see http://rosettacode.org/wiki/Sudoku_Solver

-

This implementation is based on http://wiki.tcl.tk/19934

+example, see https://rosettacode.org/wiki/Sudoku_Solver

+

This implementation is based on https://wiki.tcl-lang.org/19934