From 79520b124150673dddfca7c87cff6280499a1b55 Mon Sep 17 00:00:00 2001 From: jlangch Date: Wed, 4 Dec 2024 15:02:41 +0100 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 33e2e0701..d99047c5f 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/63aef3a/cheatsheet.html) [PDF](https://cdn.rawgit.com/jlangch/venice/63aef3a/cheatsheet.pdf) +Cheat Sheet: [HTML](https://htmlpreview.github.io/?https://cdn.rawgit.com/jlangch/venice/6397b98/cheatsheet.html) [PDF](https://cdn.rawgit.com/jlangch/venice/6397b98/cheatsheet.pdf) diff --git a/doc/readme/start.md b/doc/readme/start.md index c9d8d11fa..245cbc574 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/63aef3a/cheatsheet.pdf) and use it as a quick reference +- see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/6397b98/cheatsheet.pdf) and use it as a quick reference diff --git a/doc/readme/sudoku-solver.md b/doc/readme/sudoku-solver.md index 3e561a424..691f296bc 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/63aef3a/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/6397b98/cheatsheet.pdf).