Skip to content

Commit 2a63e2a

Browse files
chore(docs): update link to example repo (#2176)
Renamed `openvm-examples` since it has more than one example.
1 parent 1c4a0b4 commit 2a63e2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/vocs/docs/pages/book/writing-apps/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ where
6262
}
6363
```
6464

65-
For more details on how to serialize complex types into a VM-readable format, see the input utilities in the [OpenVM example program](https://github.com/openvm-org/openvm-example-fibonacci/).
65+
For more details on how to serialize complex types into a VM-readable format, see the input utilities in the [OpenVM examples](https://github.com/openvm-org/openvm-examples/) repository.
6666

6767
## Generating Application Proofs
6868

docs/vocs/docs/pages/book/writing-apps/writing-a-program.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cargo openvm init
77
```
88

99
This will initialize a new Rust project, and you can start writing your program in `src/main.rs`.
10-
For a guest program example, see this [Fibonacci program](https://github.com/openvm-org/openvm-example-fibonacci). More examples can be found in the [benchmarks/guest](https://github.com/openvm-org/openvm/tree/main/benchmarks/guest) directory.
10+
For a guest program example, see this [Fibonacci program](https://github.com/openvm-org/openvm-examples). More examples can be found in the [benchmarks/guest](https://github.com/openvm-org/openvm/tree/main/benchmarks/guest) directory.
1111

1212
## Handling I/O
1313

0 commit comments

Comments
 (0)