From 96e519ea96c9537222d0b455037e11fbe9660c31 Mon Sep 17 00:00:00 2001 From: Subhaditya Nath <56714626+subnut@users.noreply.github.com> Date: Tue, 19 Apr 2022 00:30:46 +0530 Subject: [PATCH] fix: broken link (#27) --- docs/content/doc/setup/build-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/doc/setup/build-from-source.md b/docs/content/doc/setup/build-from-source.md index 081706acbde..210912caa44 100644 --- a/docs/content/doc/setup/build-from-source.md +++ b/docs/content/doc/setup/build-from-source.md @@ -20,7 +20,7 @@ The Vikunja API has no other dependencies than go itself. That means compiling it boils down to these steps: 1. Make sure [Go](https://golang.org/doc/install) is properly installed on your system. You'll need at least Go `1.17`. -2. Make sure [Mage](https://magefile) is properly installed on your system. +2. Make sure [Mage](https://magefile.org) is properly installed on your system. 3. Clone the repo with `git clone https://code.vikunja.io/api` and switch into the directory. 3. Run `mage build:build` in the source of this repo. This will build a binary in the root of the repo which will be able to run on your system.