From 963cc65a55f8aafc214e920244c4d7a2f84b4192 Mon Sep 17 00:00:00 2001 From: Antoine Griffard Date: Mon, 19 Dec 2022 19:36:00 +0100 Subject: [PATCH] Fix the link to the OrchardCore documentation --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index d76934a..a470ece 100644 --- a/index.md +++ b/index.md @@ -20,7 +20,7 @@ out-of-the-box and custom stores can be implemented to support other providers. ## Getting started -**Developers looking for a simple and turnkey solution are strongly encouraged to use [OrchardCore and its OpenID module](https://docs.orchardcore.net/en/dev/docs/reference/modules/OpenId/)**, +**Developers looking for a simple and turnkey solution are strongly encouraged to use [OrchardCore and its OpenID module](https://docs.orchardcore.net/en/latest/docs/reference/modules/OpenId/)**, which is based on OpenIddict, comes with sensible defaults and offers a built-in management GUI to easily register OpenID client applications. **To implement a custom OpenID Connect server using OpenIddict, read [Getting started](https://documentation.openiddict.com/guides/getting-started.html)**.