Skip to content

Commit

Permalink
docs: changing URLs to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 committed Oct 1, 2024
1 parent 9631676 commit 16da5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conventional_commits_next_version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
```
Expand Down

0 comments on commit 16da5c9

Please sign in to comment.