You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ See [https://crates.io/crates/pretty_env_logger](https://crates.io/crates/pretty
37
37
38
38
## Downloading Binary
39
39
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.
41
41
42
42
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.
43
43
@@ -47,7 +47,7 @@ Checkout the code repository locally, change into the repository's directory and
47
47
Using the `--release` flag produces an optimised binary but takes longer to compile.
0 commit comments