Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Dec 4, 2024
1 parent 6397b98 commit 79520b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)



Expand Down
2 changes: 1 addition & 1 deletion doc/readme/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 1 addition & 1 deletion doc/readme/sudoku-solver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 79520b1

Please sign in to comment.