From daa00a9a3780b0c9c7d6ee663b0309bc0de0ebd8 Mon Sep 17 00:00:00 2001 From: WoozyMasta Date: Fri, 29 Nov 2024 06:26:02 +0300 Subject: [PATCH] docs: fix links --- CHANGELOG.md | 2 +- _config.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2791f..2492805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning][]. * First public release -[0.1.0]: https://github.com/WoozyMasta/bercon-go/releases/tag/0.1.0 +[0.1.0]: https://github.com/WoozyMasta/bercon-go/releases/tag/v0.1.0 [Keep a Changelog]: https://keepachangelog.com/en/1.1.0/ diff --git a/_config.yml b/_config.yml index 30a06ca..c58fd9e 100644 --- a/_config.yml +++ b/_config.yml @@ -7,8 +7,8 @@ title: ./bercon description: BattlEye RCON CLI markdown: GFM github: - zip_url: https://github.com/WoozyMasta/bercon-go/zipball/master - tar_url: https://github.com/WoozyMasta/bercon-go/tarball/master - linux: https://github.com/WoozyMasta/bercon-go/releases/latest/download/bercon-cli-linux-amd64 - darwin: https://github.com/WoozyMasta/bercon-go/releases/latest/download/bercon-cli-darwin-arm64 - windows: https://github.com/WoozyMasta/bercon-go/releases/latest/download/bercon-cli-windows-amd64.exe + zip_url: https://github.com/WoozyMasta/bercon-cli/zipball/master + tar_url: https://github.com/WoozyMasta/bercon-cli/tarball/master + linux: https://github.com/WoozyMasta/bercon-cli/releases/latest/download/bercon-cli-linux-amd64 + darwin: https://github.com/WoozyMasta/bercon-cli/releases/latest/download/bercon-cli-darwin-arm64 + windows: https://github.com/WoozyMasta/bercon-cli/releases/latest/download/bercon-cli-windows-amd64.exe