Skip to content

Commit

Permalink
Fix links in extensions README.mds (#12689)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym authored and prmathur-microsoft committed Jul 8, 2020
1 parent 2295400 commit 90e2f08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The [Azure Identity library][identity] provides easy Azure Active Directory supp

## Next steps

Read more about [configuration in ASP.NET Core](aspnetcore_configuration_doc).
Read more about [configuration in ASP.NET Core][aspnetcore_configuration_doc].

## Contributing

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void ConfigureServices(IServiceCollection services)

## Next steps

Read more about [DataProtection in ASP.NET Core](aspnetcore_dataprotection_doc).
Read more about [DataProtection in ASP.NET Core][aspnetcore_dataprotection_doc].

## Contributing

Expand Down Expand Up @@ -90,7 +90,7 @@ additional questions or comments.
[azure_cli]: https://docs.microsoft.com/cli/azure
[azure_sub]: https://azure.microsoft.com/free/
[identity]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/identity/Azure.Identity/README.md
[aspnetcore_dataprotection_doc]: https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/using-data-protection
[aspnetcore_dataprotection_doc]: https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/introduction
[samples]: samples/
[cla]: https://cla.microsoft.com
[coc]: https://opensource.microsoft.com/codeofconduct/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The [Azure Identity library][identity] provides easy Azure Active Directory supp

## Next steps

Read more about [DataProtection in ASP.NET Core](aspnetcore_dataprotection_doc).
Read more about [DataProtection in ASP.NET Core][aspnetcore_dataprotection_doc].

## Contributing

Expand All @@ -67,13 +67,14 @@ additional questions or comments.
[package]: https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Keys/
[docs]: https://docs.microsoft.com/dotnet/api/Azure.Extensions.AspNetCore.DataProtection.Keys
[nuget]: https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Keys
[keyvault_doc]: https://docs.microsoft.com/en-us/azure/key-vault/general/overview
[keyvault_create_cli]: https://docs.microsoft.com/en-us/azure/key-vault/quick-create-cli#create-a-key-vault
[keyvault_create_portal]: https://docs.microsoft.com/en-us/azure/key-vault/quick-create-portal#create-a-vault
[keyvault_create_ps]: https://docs.microsoft.com/en-us/azure/key-vault/quick-create-powershell#create-a-key-vault
[azure_cli]: https://docs.microsoft.com/cli/azure
[azure_sub]: https://azure.microsoft.com/free/
[identity]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/identity/Azure.Identity/README.md
[aspnetcore_dataprotection_doc]: https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/using-data-protection
[aspnetcore_dataprotection_doc]: https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/introduction?view=aspnetcore-3.1
[RequestFailedException]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/core/Azure.Core/src/RequestFailedException.cs
[error_codes]: https://docs.microsoft.com/rest/api/storageservices/blob-service-error-codes
[samples]: samples/
Expand Down

0 comments on commit 90e2f08

Please sign in to comment.