Fixed link to error handling

This commit is contained in:
konrad 2019-06-23 18:23:37 +02:00
parent 05d147aab0
commit 97c2f66ff3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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