Skip to content

Commit

Permalink
README: Fix links to examples (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
progval authored Feb 7, 2024
1 parent e4b235f commit f4fa854
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ Check out these other examples to learn how to use this library:
- [Simple](./example/src/simple.rs) - A simple example of how to use the library.
- [Variables](./example/src/variables.rs) - Passing variables and using them in your program.
- [Functions](./example/src/functions.rs) - Defining and using custom functions in your program.
- [Concurrent Execution](./example/src/threads.rs) - Executing the same program concurrently.
8 changes: 4 additions & 4 deletions interpreter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fn main() {

Check out these other examples to learn how to use this library:

- [Simple](../example/src/simple.rs) - A simple example of how to use the library.
- [Variables](../example/src/variables.rs) - Passing variables and using them in your program.
- [Functions](../example/src/functions.rs) - Defining and using custom functions in your program.
- [Concurrent Execution](../example/src/threads.rs) - Executing the same program concurrently.
- [Simple](https://github.com/clarkmcc/cel-rust/blob/master/example/src/simple.rs) - A simple example of how to use the library.
- [Variables](https://github.com/clarkmcc/cel-rust/blob/master/example/src/variables.rs) - Passing variables and using them in your program.
- [Functions](https://github.com/clarkmcc/cel-rust/blob/master/example/src/functions.rs) - Defining and using custom functions in your program.
- [Concurrent Execution](https://github.com/clarkmcc/cel-rust/blob/master/example/src/threads.rs) - Executing the same program concurrently.

0 comments on commit f4fa854

Please sign in to comment.