From ae02eb436a53534555ca11a9fc0c6bacf42f8c7a Mon Sep 17 00:00:00 2001 From: Eilon Lipton Date: Thu, 11 May 2017 14:22:39 -0700 Subject: [PATCH] Update auth links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38edeaf7b8..90993b2032 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This project is part of ASP.NET Core. You can find samples, documentation and ge * Access MusicStore on either the Windows VM IP or (if container is running locally) on the container IP: `docker inspect -f "{{ .NetworkSettings.Networks.nat.IPAddress }}" musicstore_web_1` ## NTLM authentication -More information at [src/MusicStore/StartupNtlmAuthentication.cs](src/MusicStore/StartupNtlmAuthentication.cs). +More information at [samples/MusicStore/StartupNtlmAuthentication.cs](StartupNtlmAuthentication). ## OpenIdConnect authentication -More information at [src/MusicStore/StartupOpenIdConnect.cs](src/MusicStore/StartupOpenIdConnect.cs). +More information at [samples/MusicStore/StartupOpenIdConnect.cs](StartupOpenIdConnect).