Fix broken link (#18885)

pull/18886/head
Luke Latham 2020-06-21 12:17:13 -05:00 committed by GitHub
parent f2d4bcf317
commit 7eee0eab9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ Removing the handler or disabling inheritance is performed in addition to [confi
#### Brotli and Gzip compression
IIS can be configured via *web.config* to serve Brotli or Gzip compressed Blazor assets. For an example configuration, see [web.config](webassembly/_samples/web.config?raw=true).
IIS can be configured via *web.config* to serve Brotli or Gzip compressed Blazor assets. For an example configuration, see [web.config](https://github.com/dotnet/AspNetCore.Docs/blob/master/aspnetcore/blazor/host-and-deploy/webassembly/_samples/web.config?raw=true).
#### Troubleshooting