From 6c8a253902904326571dd595511d0d788012e902 Mon Sep 17 00:00:00 2001 From: jlangch Date: Thu, 5 Sep 2024 18:27:58 +0200 Subject: [PATCH] updated readme --- README.md | 2 +- doc/readme/start.md | 2 +- doc/readme/sudoku-solver.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adc4a0a95..49eb5006b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Would you like to try Venice in an interactive REPL environment? ## Cheat Sheet -Cheat Sheet: [HTML](https://htmlpreview.github.io/?https://cdn.rawgit.com/jlangch/venice/88876b0/cheatsheet.html) [PDF](https://cdn.rawgit.com/jlangch/venice/88876b0/cheatsheet.pdf) +Cheat Sheet: [HTML](https://htmlpreview.github.io/?https://cdn.rawgit.com/jlangch/venice/6d2e7b4/cheatsheet.html) [PDF](https://cdn.rawgit.com/jlangch/venice/6d2e7b4/cheatsheet.pdf) diff --git a/doc/readme/start.md b/doc/readme/start.md index 7b26cb577..9e0906def 100644 --- a/doc/readme/start.md +++ b/doc/readme/start.md @@ -192,6 +192,6 @@ $ ./repl.sh ## Where to head next - browse through the [readme](https://github.com/jlangch/venice/blob/master/README.md#documentation) -- see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/88876b0/cheatsheet.pdf) and use it as a quick reference +- see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/6d2e7b4/cheatsheet.pdf) and use it as a quick reference diff --git a/doc/readme/sudoku-solver.md b/doc/readme/sudoku-solver.md index a2319dbae..c49013186 100644 --- a/doc/readme/sudoku-solver.md +++ b/doc/readme/sudoku-solver.md @@ -143,5 +143,5 @@ The Sudoku solver: ------ -The documentation for the functions used in the Sudoku solver can be found in the Venice [cheatsheet](https://cdn.rawgit.com/jlangch/venice/88876b0/cheatsheet.pdf). +The documentation for the functions used in the Sudoku solver can be found in the Venice [cheatsheet](https://cdn.rawgit.com/jlangch/venice/6d2e7b4/cheatsheet.pdf).