Skip to content

Commit 1d06829

Browse files
committed
updated readme
1 parent 78aea15 commit 1d06829

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Venice requires Java 8 or newer.
6565

6666
## Documentation
6767

68-
[Cheat Sheet](https://cdn.rawgit.com/jlangch/venice/91da234/cheatsheet.pdf)
68+
[Cheat Sheet](https://cdn.rawgit.com/jlangch/venice/78aea15/cheatsheet.pdf)
6969

7070

7171
[Change Log](ChangeLog.md)

doc/readme/functional-first-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,4 +616,4 @@ static field: `(. :class :field)`
616616
## Where to head next
617617

618618
- browse through the [readme](https://github.com/jlangch/venice/blob/master/README.md#documentation)
619-
- see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/91da234/cheatsheet.pdf) and use it as a quick reference
619+
- see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/78aea15/cheatsheet.pdf) and use it as a quick reference

doc/readme/ipc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Venice Inter-Process-Communication (IPC) is a Venice API that allows application
3131

3232

3333
> [!NOTE]
34-
> For API details please see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/91da234/cheatsheet.pdf) under *Overview* -> *I/O* -> *Inter Process Communication*
34+
> For API details please see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/78aea15/cheatsheet.pdf) under *Overview* -> *I/O* -> *Inter Process Communication*
3535
>
3636
3737

doc/readme/start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,6 @@ If you use VSCode to edit Venice files, this VSCode **settings.json** file will
233233
- working with a [REPL](https://github.com/jlangch/venice/blob/master/doc/readme/repl.md)
234234
- [Venice first steps](https://github.com/jlangch/venice/blob/master/doc/readme/functional-first-steps.md)
235235
- browse through the [readme](https://github.com/jlangch/venice/blob/master/README.md#documentation)
236-
- see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/91da234/cheatsheet.pdf) and use it as a quick reference
236+
- see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/78aea15/cheatsheet.pdf) and use it as a quick reference
237237

238238

doc/readme/sudoku-solver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@ The Sudoku solver:
143143

144144
------
145145

146-
The documentation for the functions used in the Sudoku solver can be found in the Venice [cheatsheet](https://cdn.rawgit.com/jlangch/venice/91da234/cheatsheet.pdf).
146+
The documentation for the functions used in the Sudoku solver can be found in the Venice [cheatsheet](https://cdn.rawgit.com/jlangch/venice/78aea15/cheatsheet.pdf).
147147

0 commit comments

Comments
 (0)