Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/alexhiggins732/IdentityServer8>`_ or download the `latest IdentyServer8 packages <https://www.nuget.org/packages/HigginsSoft.IdentityServer8//>`_ on NuGet.
Browse the latest `IdentityServer8 source code on GitHub <https://github.com/alexhiggins732/IdentityServer8>`_ or download the `latest IdentyServer8 packages <https://www.nuget.org/packages/HigginsSoft.IdentityServer8//>`_ on NuGet.

.. warning::
This is a revival of the archived IdentityServer4 project which started a new `company <https://duendesoftware.com/>`_ as of Oct, 1st 2020.
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://app.gitter.im/#/room/#identityserver8:gitter.im>`_

**Reporting a bug**

Expand Down