From b3837484b4071ee81f19b23c72a2e85197a597b9 Mon Sep 17 00:00:00 2001 From: FinalFortune Date: Wed, 14 Dec 2022 12:49:22 +0200 Subject: [PATCH] Fix broken link to OrchardCore module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0883cd0..547d996f 100644 --- a/README.md +++ b/README.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)**.