Skip to content

Commit 64c18d8

Browse files
committed
updated readme
1 parent bba4f90 commit 64c18d8

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/895236e/cheatsheet.pdf)
68+
[Cheat Sheet](https://cdn.rawgit.com/jlangch/venice/bba4f90/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/895236e/cheatsheet.pdf) and use it as a quick reference
619+
- see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/bba4f90/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/895236e/cheatsheet.pdf) under *Overview**I/O**Inter Process Communication*
34+
> For API details please see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/bba4f90/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
@@ -234,6 +234,6 @@ If you use VSCode to edit Venice files, this VSCode **settings.json** file will
234234
- working with a [REPL](https://github.com/jlangch/venice/blob/master/doc/readme/repl.md)
235235
- [Venice first steps](https://github.com/jlangch/venice/blob/master/doc/readme/functional-first-steps.md)
236236
- browse through the [readme](https://github.com/jlangch/venice/blob/master/README.md#documentation)
237-
- see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/895236e/cheatsheet.pdf) and use it as a quick reference
237+
- see the [cheatsheet](https://cdn.rawgit.com/jlangch/venice/bba4f90/cheatsheet.pdf) and use it as a quick reference
238238

239239

doc/readme/sudoku-solver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ 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/895236e/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/bba4f90/cheatsheet.pdf).
147147

148148
Or use the `doc` function from within the REPL: `(doc for)`, `(doc let)`, `(doc partition)`, ...
149149

0 commit comments

Comments
 (0)