Skip to content

Commit 2a8ddf8

Browse files
committed
updated readme
1 parent d986a29 commit 2a8ddf8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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/6caed37/cheatsheet.pdf)
68+
[Cheat Sheet](https://cdn.rawgit.com/jlangch/venice/d986a29/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
@@ -605,4 +605,4 @@ static field: `(. :class :field)`
605605
## Where to head next
606606

607607
- browse through the [readme](https://github.com/jlangch/venice/blob/master/README.md#documentation)
608-
- see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/6caed37/cheatsheet.pdf) and use it as a quick reference
608+
- see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/d986a29/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
@@ -32,7 +32,7 @@ Venice Inter-Process-Communication (IPC) is a Venice API that allows application
3232
> [!NOTE]
3333
> All examples require Venice 1.12.79+
3434
>
35-
> For API details please see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/6caed37/cheatsheet.pdf) under *Overview* -> *I/O* -> *Inter Process Communication*
35+
> For API details please see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/d986a29/cheatsheet.pdf) under *Overview* -> *I/O* -> *Inter Process Communication*
3636
>
3737
3838

doc/readme/start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ This VSCode **settings.json** file will establish syntax highlighting for Venice
164164
- working with a [REPL](https://github.com/jlangch/venice/blob/master/doc/readme/repl.md)
165165
- [Venice first steps](https://github.com/jlangch/venice/blob/master/doc/readme/functional-first-steps.md)
166166
- browse through the [readme](https://github.com/jlangch/venice/blob/master/README.md#documentation)
167-
- see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/6caed37/cheatsheet.pdf) and use it as a quick reference
167+
- see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/d986a29/cheatsheet.pdf) and use it as a quick reference
168168

169169

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/6caed37/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/d986a29/cheatsheet.pdf).
147147

0 commit comments

Comments
 (0)