From 93336b1198eeb6d875112d64ad8d7a4c390d25e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Sun, 25 Dec 2022 14:33:56 +0100 Subject: [PATCH] Fix the link to the "OpenIddict 4.0 general availability" blog post --- guides/migration/30-to-40.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/migration/30-to-40.md b/guides/migration/30-to-40.md index 3462cb2..5b6e616 100644 --- a/guides/migration/30-to-40.md +++ b/guides/migration/30-to-40.md @@ -187,4 +187,4 @@ ValueTask SetRedirectUrisAsync(TApplication application, ImmutableArray OpenIddict 4.0 introduces a new client stack that is natively compatible with all supported versions of ASP.NET Core (2.1 on .NET Framework, 3.1, 6.0 and 7.0) and `Microsoft.Owin` 4.2 (which means it can also be used on ASP.NET 4.6.1 and higher). -For more information, read [OpenIddict 4.0 general availability](https://kevinchalet.com/2022/12/19/openiddict-4-0-general-availability/). \ No newline at end of file +For more information, read [OpenIddict 4.0 general availability](https://kevinchalet.com/2022/12/23/openiddict-4-0-general-availability/). \ No newline at end of file