diff --git a/Directory.Packages.props b/Directory.Packages.props
index 82f18f839..d6092a400 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -7,7 +7,7 @@
9.4.09.4.0-preview.1.25378.82.71.0
- 7.1.1
+ 7.3.08.1.0
diff --git a/src/Identity.API/Configuration/Config.cs b/src/Identity.API/Configuration/Config.cs
index f1d41a67a..f78c5d97c 100644
--- a/src/Identity.API/Configuration/Config.cs
+++ b/src/Identity.API/Configuration/Config.cs
@@ -14,7 +14,7 @@ public static IEnumerable GetApis()
}
// ApiScope is used to protect the API
- //The effect is the same as that of API resources in IdentityServer 3.x
+ // The effect is the same as that of API resources in IdentityServer 3.x
public static IEnumerable GetApiScopes()
{
return new List
@@ -26,7 +26,7 @@ public static IEnumerable GetApiScopes()
}
// Identity resources are data like user ID, name, or email address of a user
- // see: http://docs.identityserver.io/en/release/configuration/resources.html
+ // see: https://docs.duendesoftware.com/identityserver/fundamentals/resources/identity/
public static IEnumerable GetResources()
{
return new List
diff --git a/src/Identity.API/Views/Account/Logout.cshtml b/src/Identity.API/Views/Account/Logout.cshtml
index e74bde6c0..e709dd3e4 100644
--- a/src/Identity.API/Views/Account/Logout.cshtml
+++ b/src/Identity.API/Views/Account/Logout.cshtml
@@ -3,7 +3,7 @@