Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
Turns out # links don't work in Markdown docs.
  • Loading branch information
martincostello committed Aug 25, 2021
1 parent 40b50e6 commit 128a470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/discord.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ _None._

Versions of the Discord provider before version `6.0.0` would automatically map the user's avatar URL as the `urn:discord:avatar:url` claim.

This functionality is no longer built-in (see #584 and #585), but can be added to your application with some extra code similar to that shown in the sample below.
This functionality is no longer built-in (see [#584](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/issues/584) and [#585](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/pull/585)), but can be added to your application with some extra code similar to that shown in the sample below.

```csharp
services.AddAuthentication(options => /* Auth configuration */)
Expand Down

0 comments on commit 128a470

Please sign in to comment.