From fc1867ec700e6c253bc6d46c8b719937409e8734 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Tue, 11 May 2021 18:14:35 +0000 Subject: [PATCH] Update README (#858) Reviewed-on: https://kolaente.dev/vikunja/api/pulls/858 Reviewed-by: konrad Co-authored-by: earnest ma Co-committed-by: earnest ma --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3443541ba..9eba4e37d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Download](https://img.shields.io/badge/download-v0.16.1-brightgreen.svg)](https://dl.vikunja.io) [![Docker Pulls](https://img.shields.io/docker/pulls/vikunja/api.svg)](https://hub.docker.com/r/vikunja/api/) [![Swagger Docs](https://img.shields.io/badge/swagger-docs-brightgreen.svg)](https://try.vikunja.io/api/v1/docs) -[![Go Report Card](https://goreportcard.com/badge/git.kolaente.de/vikunja/api)](https://goreportcard.com/report/git.kolaente.de/vikunja/api) +[![Go Report Card](https://goreportcard.com/badge/kolaente.dev/vikunja/api)](https://goreportcard.com/report/kolaente.dev/vikunja/api) # Vikunja API @@ -28,7 +28,7 @@ If you find any security-related issues you don't want to disclose publicly, ple * Create TODO lists with tasks * Reminder for tasks -* Namespaces: A "group" which bundels multiple lists +* Namespaces: A "group" which bundles multiple lists * Share lists and namespaces with teams and users with granular permissions * Plenty of details for tasks @@ -40,23 +40,22 @@ try it on [try.vikunja.io](https://try.vikunja.io)! * [Installing](https://vikunja.io/docs/installing/) * [Build from source](https://vikunja.io/docs/build-from-sources/) * [Development setup](https://vikunja.io/docs/development/) -* [Magefile](https://vikunja.io/docs/mage/) +* [Magefile](https://vikunja.io/docs/magefile/) * [Testing](https://vikunja.io/docs/testing/) -All docs can be found on [the vikunja home page](https://vikunja.io/docs/). +All docs can be found on [the Vikunja home page](https://vikunja.io/docs/). ### Roadmap See [the roadmap](https://my.vikunja.cloud/share/QFyzYEmEYfSyQfTOmIRSwLUpkFjboaBqQCnaPmWd/auth) (hosted on Vikunja!) for more! -* [ ] [Mobile apps](https://code.vikunja.io/app) (seperate repo) *In Progress* -* [ ] [Webapp](https://code.vikunja.io/frontend) (seperate repo) *In Progress* +* [ ] [Mobile apps](https://code.vikunja.io/app) (separate repo) *In Progress* +* [ ] [Webapp](https://code.vikunja.io/frontend) (separate repo) *In Progress* ## Contributing -Fork -> Push -> Pull-Request. Also see the [dev docs](https://vikunja.io/docs/development/) for more infos. +Fork -> Push -> Pull-Request. Also see the [dev docs](https://vikunja.io/docs/development/) for more info. ## License This project is licensed under the AGPLv3 License. See the [LICENSE](LICENSE) file for the full license text. -