Skip to content

Commit 71a6526

Browse files
docs: changing URLs to GitHub (#34)
1 parent cad52cd commit 71a6526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ See [https://crates.io/crates/pretty_env_logger](https://crates.io/crates/pretty
3737

3838
## Downloading Binary
3939
Statically linked compiled binaries are available for download.
40-
Visit the releases page at [https://gitlab.com/DeveloperC/monkey_interpreter/-/releases](https://gitlab.com/DeveloperC/monkey_interpreter/-/releases) to see all the releases, the release notes contains links to binary downloads for various architectures.
40+
Visit the releases page at [https://github.com/DeveloperC286/monkey_interpreter/releases](https://github.com/DeveloperC286/monkey_interpreter/releases) to see all the releases, the release notes contains links to binary downloads for various architectures.
4141

4242
If you do not trust the provided binaries another option is to compile your own and then make it available for remote download, so your CICD etc can then download it.
4343

@@ -47,7 +47,7 @@ Checkout the code repository locally, change into the repository's directory and
4747
Using the `--release` flag produces an optimised binary but takes longer to compile.
4848

4949
```sh
50-
git clone git@gitlab.com:DeveloperC/monkey_interpreter.git
50+
git clone git@github.com:DeveloperC286/monkey_interpreter.git
5151
cd monkey_interpreter/
5252
cargo build --release
5353
```

0 commit comments

Comments
 (0)