From 2e231edb13ee4c4b781fb1338e68c0e14fc53594 Mon Sep 17 00:00:00 2001 From: Mithilesh Zavar Date: Tue, 24 Jun 2025 12:22:28 +0100 Subject: [PATCH 1/3] Update index.rst --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 3074e95b..2cb7b6c6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,7 @@ Welcome to IdentityServer8 (latest) IdentityServer8 is an OpenID Connect and OAuth 2.0 framework for ASP.NET DotNet 8. -Browse the latest `IdentityServer8 source code onGitHub `_ or download the `latest IdentyServer8 packages `_ on NuGet. +Browse the latest `IdentityServer8 source code on GitHub `_ or download the `latest IdentyServer8 packages `_ on NuGet. .. warning:: This is a revival of the archived IdentityServer4 project which started a new `company `_ as of Oct, 1st 2020. From 7099354692623f63603a5a0e8bef9e43b61dc73c Mon Sep 17 00:00:00 2001 From: Mithilesh Zavar Date: Tue, 24 Jun 2025 12:24:57 +0100 Subject: [PATCH 2/3] Update support.rst --- docs/intro/support.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/support.rst b/docs/intro/support.rst index bbabae56..75b6683f 100644 --- a/docs/intro/support.rst +++ b/docs/intro/support.rst @@ -23,7 +23,7 @@ Please use the ``IdentityServer8`` tag when asking new questions You can chat with other IdentityServer8 users in our Gitter chat room: -https://app.gitter.im/#/room/#identityserver8:gitter.im +`https://app.gitter.im/#/room/#identityserver8:gitter.im `_ **Reporting a bug** From 2427c837b9ca7e9fba1e8b5b002344516e8f3cb8 Mon Sep 17 00:00:00 2001 From: Mithilesh Zavar Date: Tue, 24 Jun 2025 12:29:28 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 926913cf..6c2e214c 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Active development happens on the main branch. This always contains the latest v ## How to build -* [Install]([https://www.microsoft.com/net/download/core#/current](https://dotnet.microsoft.com/en-us/download#/current) the latest .NET 8 SDK +* [Install](https://dotnet.microsoft.com/en-us/download#/current) the latest .NET 8 SDK * Install Git * Clone this repo * Run `dotnet build src/identityserver8.slm` or `build.sh` in the root of the cloned repo.