Skip to content

Commit a40129b

Browse files
committed
fix: README links
1 parent c8ed4cb commit a40129b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![forthebadge made-with-rust](http://ForTheBadge.com/images/badges/made-with-rust.svg)](https://www.rust-lang.org/)\
66
[![Rust](https://github.com/ali77gh/Chap/actions/workflows/rust.yml/badge.svg?branch=stable)](https://github.com/ali77gh/Chap/actions/workflows/rust.yml)
7-
[![GitHub license](https://badgen.net/github/license/ali77gh/chap)](https://github.com/ali77gh/chap/blob/master/LICENSE)
7+
[![GitHub license](https://badgen.net/github/license/ali77gh/chap)](https://github.com/ali77gh/chap/blob/stable/LICENSE)
88

99
Chap is an easy to learn, dynamic, interpretive language written in Rust.
1010

@@ -529,7 +529,7 @@ sudo cp ./target/release/chap /usr/bin
529529

530530
### REPL (Run Execute Print Loop)
531531

532-
[./repl/mod.rs](https://github.com/ali77gh/Chap/blob/master/src/repl/mod.rs)
532+
[./repl/mod.rs](https://github.com/ali77gh/Chap/blob/stable/src/repl/mod.rs)
533533

534534
```bash
535535
❯ chap
@@ -540,7 +540,7 @@ hello world
540540

541541
### File_executor
542542

543-
[./file_executor/mod.rs](https://github.com/ali77gh/Chap/blob/master/src/file_executor/mod.rs)
543+
[./file_executor/mod.rs](https://github.com/ali77gh/Chap/blob/stable/src/file_executor/mod.rs)
544544

545545
```bash
546546
❯ chap number_guess_game.chp
@@ -554,16 +554,16 @@ you win answer was: 3
554554

555555
### Use As lib
556556

557-
[./lib.rs](https://github.com/ali77gh/Chap/blob/master/src/lib.rs)
557+
[./lib.rs](https://github.com/ali77gh/Chap/blob/stable/src/lib.rs)
558558

559559
```bash
560560
cargo add chap # this include eval function
561561
```
562562

563-
## Stars
563+
## Builtin Functions
564564

565-
[![Stargazers over time](https://starchart.cc/ali77gh/chap.svg)](https://starchart.cc/ali77gh/chap)
565+
[builtin function docs](https://github.com/ali77gh/Chap/tree/stable/src/runtime/builtin_function)
566566

567-
## Builtin Functions
567+
## Stars
568568

569-
[builtin function docs](https://github.com/ali77gh/Chap/tree/master/src/runtime/builtin_function)\
569+
[![Stargazers over time](https://starchart.cc/ali77gh/chap.svg)](https://starchart.cc/ali77gh/chap)

0 commit comments

Comments
 (0)