Skip to content

Commit 37e9c3a

Browse files
authored
Fix broken links (#17786)
Samples links for the range >= aspnetcore3-0 are not working anymore. I updated it with links of ASP.NET Core 3.1 because it is the latest LTS release available. (Hint: the ASP.NET Core 3.0 samples are available here (https://github.com/dotnet/AspNetCore/tree/3.0/src/Security/samples). You can remove "release/" from the paths and it will work. )
1 parent 2c354e0 commit 37e9c3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/security/authentication/samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The [ASP.NET Core repository](https://github.com/dotnet/AspNetCore) contains the
2424

2525
## Run the samples
2626

27-
* Select a [branch](https://github.com/dotnet/AspNetCore). For example, `Tag:v3.0.0`
27+
* Select a [branch](https://github.com/dotnet/AspNetCore). For example, `release/3.1`
2828
* Clone or download the [ASP.NET Core repository](https://github.com/dotnet/AspNetCore).
2929
* Verify you have installed the [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core) version matching the clone of the ASP.NET Core repository.
3030
* Navigate to a sample in *AspNetCore/src/Security/samples* and run the sample with `dotnet run`.

0 commit comments

Comments
 (0)