fix: MD039/no-space-in-links (#12858)

Spaces inside link text
pull/12912/head
Nick Schonning 2019-06-17 13:26:21 -04:00 committed by Rick Anderson
parent 7f9fce3110
commit 034c5d7f8a
1 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ public void ConfigureServices(IServiceCollection services)
}
```
If the web app is running as an Azure service, authentication tokens can be automatically created using [ Microsoft.Azure.Services.AppAuthentication](https://www.nuget.org/packages/Microsoft.Azure.Services.AppAuthentication/).
If the web app is running as an Azure service, authentication tokens can be automatically created using [Microsoft.Azure.Services.AppAuthentication](https://www.nuget.org/packages/Microsoft.Azure.Services.AppAuthentication/).
```csharp
var tokenProvider = new AzureServiceTokenProvider();