diff options
| author | Simon Tatham <anakin@pobox.com> | 2018-07-24 18:38:00 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2018-07-24 18:38:00 +0100 |
| commit | 1db5961b8b0b9f55d8f56f1621f7e1c7041e9e9e (patch) | |
| tree | de6915b6ed578e54f0bc73c8d6b0c7ab2e8423a3 /html | |
| parent | 11aab0d7c885ed907a3e8cbcccfbba6e7af57b8c (diff) | |
| download | puzzles-1db5961b8b0b9f55d8f56f1621f7e1c7041e9e9e.zip puzzles-1db5961b8b0b9f55d8f56f1621f7e1c7041e9e9e.tar.gz puzzles-1db5961b8b0b9f55d8f56f1621f7e1c7041e9e9e.tar.bz2 puzzles-1db5961b8b0b9f55d8f56f1621f7e1c7041e9e9e.tar.xz | |
Fix docs link from the JS Rectangles page.
It pointed to rectangles.html, which doesn't exist, in place of
rect.html which does.
Diffstat (limited to 'html')
| -rw-r--r-- | html/rect.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/rect.html b/html/rect.html index d23d827..4cd22db 100644 --- a/html/rect.html +++ b/html/rect.html @@ -1,4 +1,4 @@ -docname=rectangles:Rectangles +docname=rect:Rectangles <p> Draw lines along the grid edges to divide the grid into rectangles, so that each rectangle contains exactly one numbered square and its |