diff --git a/aspnetcore/fundamentals/url-rewriting.md b/aspnetcore/fundamentals/url-rewriting.md index 3d0da071a66e..acde4cf168df 100644 --- a/aspnetcore/fundamentals/url-rewriting.md +++ b/aspnetcore/fundamentals/url-rewriting.md @@ -14,7 +14,7 @@ uid: fundamentals/url-rewriting --- # URL Rewriting Middleware in ASP.NET Core -By [Luke Latham](https://github.com/GuardRex) and [Mikael Mengistu](https://github.com/mikaelm12) +By [Luke Latham](https://github.com/guardrex) and [Mikael Mengistu](https://github.com/mikaelm12) [View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/fundamentals/url-rewriting/samples/) diff --git a/aspnetcore/hosting/aspnet-core-module.md b/aspnetcore/hosting/aspnet-core-module.md index 717bf2d4ac79..f93f91b3d428 100644 --- a/aspnetcore/hosting/aspnet-core-module.md +++ b/aspnetcore/hosting/aspnet-core-module.md @@ -14,7 +14,7 @@ uid: hosting/aspnet-core-module --- # ASP.NET Core Module configuration reference -By [Luke Latham](https://github.com/GuardRex), [Rick Anderson](https://twitter.com/RickAndMSFT), and [Sourabh Shirhatti](https://twitter.com/sshirhatti) +By [Luke Latham](https://github.com/guardrex), [Rick Anderson](https://twitter.com/RickAndMSFT), and [Sourabh Shirhatti](https://twitter.com/sshirhatti) This document provides details on how to configure the ASP.NET Core Module for hosting ASP.NET Core applications. For an introduction to the ASP.NET Core Module and installation instructions, see the [ASP.NET Core Module overview](xref:fundamentals/servers/aspnet-core-module). diff --git a/aspnetcore/hosting/directory-structure.md b/aspnetcore/hosting/directory-structure.md index 02d38cb849c9..ab000ba30f51 100644 --- a/aspnetcore/hosting/directory-structure.md +++ b/aspnetcore/hosting/directory-structure.md @@ -14,7 +14,7 @@ uid: hosting/directory-structure --- # Directory structure of published ASP.NET Core apps -By [Luke Latham](https://github.com/GuardRex) +By [Luke Latham](https://github.com/guardrex) In ASP.NET Core, the application directory, *publish*, is comprised of application files, config files, static assets, packages, and the runtime (for self-contained apps). This is the same directory structure as previous versions of ASP.NET, where the entire application lives inside the web root directory. diff --git a/aspnetcore/hosting/iis-modules.md b/aspnetcore/hosting/iis-modules.md index c8b1f166527e..58109d8e2f81 100644 --- a/aspnetcore/hosting/iis-modules.md +++ b/aspnetcore/hosting/iis-modules.md @@ -14,7 +14,7 @@ uid: hosting/iis-modules --- # Using IIS Modules with ASP.NET Core -By [Luke Latham](https://github.com/GuardRex) +By [Luke Latham](https://github.com/guardrex) ASP.NET Core applications are hosted by IIS in a reverse-proxy configuration. Some of the native IIS modules and all of the IIS managed modules are not available to process requests for ASP.NET Core apps. In many cases, ASP.NET Core offers an alternative to the features of IIS native and managed modules. diff --git a/aspnetcore/performance/caching/middleware.md b/aspnetcore/performance/caching/middleware.md index 1c5cfe3b1454..92f3f10599d7 100644 --- a/aspnetcore/performance/caching/middleware.md +++ b/aspnetcore/performance/caching/middleware.md @@ -13,7 +13,7 @@ uid: performance/caching/middleware --- # Response Caching Middleware in ASP.NET Core -By [Luke Latham](https://github.com/GuardRex) and [John Luo](https://github.com/JunTaoLuo) +By [Luke Latham](https://github.com/guardrex) and [John Luo](https://github.com/JunTaoLuo) [View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/performance/caching/middleware/samples) diff --git a/aspnetcore/performance/response-compression.md b/aspnetcore/performance/response-compression.md index 27364b300342..6b0fcf90c259 100644 --- a/aspnetcore/performance/response-compression.md +++ b/aspnetcore/performance/response-compression.md @@ -14,7 +14,7 @@ uid: performance/response-compression --- # Response Compression Middleware for ASP.NET Core -By [Luke Latham](https://github.com/GuardRex) +By [Luke Latham](https://github.com/guardrex) [View or download sample code](https://github.com/aspnet/Docs/tree/master/aspnetcore/performance/response-compression/samples) diff --git a/aspnetcore/publishing/iis.md b/aspnetcore/publishing/iis.md index b2fc21db6d39..ed8cfa781cd3 100644 --- a/aspnetcore/publishing/iis.md +++ b/aspnetcore/publishing/iis.md @@ -14,7 +14,7 @@ uid: publishing/iis --- # Set up a hosting environment for ASP.NET Core on Windows with IIS, and deploy to it -By [Luke Latham](https://github.com/GuardRex) and [Rick Anderson](https://twitter.com/RickAndMSFT) +By [Luke Latham](https://github.com/guardrex) and [Rick Anderson](https://twitter.com/RickAndMSFT) ## Supported operating systems diff --git a/aspnetcore/security/key-vault-configuration.md b/aspnetcore/security/key-vault-configuration.md index 26ab00ceb671..575e9c99c8ef 100644 --- a/aspnetcore/security/key-vault-configuration.md +++ b/aspnetcore/security/key-vault-configuration.md @@ -13,7 +13,7 @@ uid: security/key-vault-configuration --- # Azure Key Vault configuration provider -By [Luke Latham](https://github.com/GuardRex) and [Andrew Stanton-Nurse](https://github.com/anurse) +By [Luke Latham](https://github.com/guardrex) and [Andrew Stanton-Nurse](https://github.com/anurse) # [ASP.NET Core 2.x](#tab/aspnetcore2x)