From 0c797a66fd93f9494de8f842ca4a8dc83a8184ed Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Tue, 1 Oct 2024 10:33:58 +0100 Subject: [PATCH] docs: changing URLs to GitHub --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 324a20a5..d840cdf0 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ See [https://crates.io/crates/pretty_env_logger](https://crates.io/crates/pretty ## Downloading Binary Statically linked compiled binaries are available for download. -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. +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. 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. @@ -47,7 +47,7 @@ Checkout the code repository locally, change into the repository's directory and Using the `--release` flag produces an optimised binary but takes longer to compile. ```sh -git clone git@gitlab.com:DeveloperC/monkey_interpreter.git +git clone git@github.com:DeveloperC286/monkey_interpreter.git cd monkey_interpreter/ cargo build --release ```