From 39556213388dabe79d697a467f5387622b9fe048 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Tue, 7 Apr 2020 22:31:12 +0200 Subject: [PATCH] Update README.md Fix a link to the Corus Docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f088514..ebf7c7a 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ try app.run() In general, there are two types of building blocks for a `Corvus` API: Group components, which allow users to group more groups or concrete endpoints under a common route path, or components that provide concrete functionality, like `Create` or `ReadAll`. Check out the -[docs](https://apodini.github.io/corvus-docs/) and the [example project](https://github.com/Apodini/corvus-example-project) to learn more! +[docs](https://apodini.github.io/corvus/) and the [example project](https://github.com/Apodini/corvus-example-project) to learn more! # How to contribute