From 16da5c94ded627cdbcaf4d2f5d3521f7de8e3f85 Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Tue, 1 Oct 2024 10:52:54 +0100 Subject: [PATCH] docs: changing URLs to GitHub --- conventional_commits_next_version/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conventional_commits_next_version/README.md b/conventional_commits_next_version/README.md index 7990696..c37857e 100644 --- a/conventional_commits_next_version/README.md +++ b/conventional_commits_next_version/README.md @@ -219,7 +219,7 @@ echo "${commit_message}" | "${HOME}/.cargo/bin/conventional_commits_next_version ## Downloading Binary Statically linked compiled binaries are available for download. -Visit the releases page at [https://gitlab.com/DeveloperC/conventional_commits_next_version/-/releases](https://gitlab.com/DeveloperC/conventional_commits_next_version/-/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/conventional_commits_next_version/releases](https://github.com/DeveloperC286/conventional_commits_next_version/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. @@ -229,7 +229,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/conventional_commits_next_version.git +git clone git@github.com:DeveloperC286/conventional_commits_next_version.git cd conventional_commits_next_version/ cargo build --release ```