From 63f410d106fbd792a35d0ceb76ef6e292384a7f3 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Wed, 1 Feb 2023 10:49:33 +0100 Subject: [PATCH] replaced github links with correct ones --- .gitignore | 7 ++++--- INSTALL.md | 4 ++-- README.md | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 08a568c..e68e2ad 100644 --- a/.gitignore +++ b/.gitignore @@ -5,14 +5,15 @@ *.test *.db +# bins +go-jamming-* +go-jamming + config.json data/* testdata -# this is the binary -go-jamming - vangen *.sublime-workspace diff --git a/INSTALL.md b/INSTALL.md index 86d9705..9205d11 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,10 +1,10 @@ # Go-Jamming installation guide -Back to the main [README.md](https://github.com/wgroeneveld/go-jamming/blob/master/README.md) +Back to the main [README.md](https://git.brainbaking.com/wgroeneveld/go-jamming/src/branch/master/README.md) ## 1. Installing -Download the latest binary version from the [GitHub releases page](https://github.com/wgroeneveld/go-jamming/releases). This is a **single binary** and installing it is just a matter of copy-pasting it to your sever! Simply execute with `./go-jamming`. +Download the latest binary version from the [GitHub releases page](https://git.brainbaking.com/wgroeneveld/go-jamming/releases). This is a **single binary** and installing it is just a matter of copy-pasting it to your sever! Simply execute with `./go-jamming`. ### Compiling it yourself (optional) diff --git a/README.md b/README.md index 86562e6..7494c1b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Usage is very simple, a `` in your `` suffices: ## How do I run/install this thing? -See [the installation guide: INSTALL.md](https://github.com/wgroeneveld/go-jamming/blob/master/INSTALL.md)! +See [the installation guide: INSTALL.md](https://git.brainbaking.com/wgroeneveld/go-jamming/src/branch/master/INSTALL.md)! ## Can I see it in action?