From 97c2f66ff3b2794022c0b8f04596bb31124ffa2f Mon Sep 17 00:00:00 2001 From: konrad Date: Sun, 23 Jun 2019 18:23:37 +0200 Subject: [PATCH] Fixed link to error handling --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 5783050..a4a00a3 100644 --- a/Readme.md +++ b/Readme.md @@ -194,7 +194,7 @@ type HTTPError struct { } ``` -You can learn more about how exactly custom error types are created in the [vikunja docs](https://git.kolaente.de/vikunja/api/src/branch/master/docs/practical-instructions/errors.md). +You can learn more about how exactly custom error types are created in the [vikunja docs](https://vikunja.io/docs/custom-errors/). ## How the url param binder works