From 48c94be4105eccab6006810216c1f3266318c3bd Mon Sep 17 00:00:00 2001 From: Anatoliy Siryi Date: Thu, 19 Oct 2017 02:54:04 +0300 Subject: [PATCH] Fixed broken Facebook link (#4592) --- aspnetcore/security/authentication/social/facebook-logins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/security/authentication/social/facebook-logins.md b/aspnetcore/security/authentication/social/facebook-logins.md index 14c916945f..0e459d104b 100644 --- a/aspnetcore/security/authentication/social/facebook-logins.md +++ b/aspnetcore/security/authentication/social/facebook-logins.md @@ -16,11 +16,11 @@ uid: security/authentication/facebook-logins By [Valeriy Novytskyy](https://github.com/01binary) and [Rick Anderson](https://twitter.com/RickAndMSFT) -This tutorial shows you how to enable your users to sign in with their Facebook account using a sample ASP.NET Core 2.0 project created on the [previous page](index.md). We start by creating a Facebook App ID by following the [official steps](https://www.facebook.com/unsupportedbrowser). +This tutorial shows you how to enable your users to sign in with their Facebook account using a sample ASP.NET Core 2.0 project created on the [previous page](index.md). We start by creating a Facebook App ID by following the [official steps](https://developers.facebook.com). ## Create the app in Facebook -* Navigate to the [Facebook for Developers](https://www.facebook.com/unsupportedbrowser) page and sign in. If you don't already have a Facebook account, use the **Sign up for Facebook** link on the login page to create one. +* Navigate to the [Facebook for Developers](https://developers.facebook.com) page and sign in. If you don't already have a Facebook account, use the **Sign up for Facebook** link on the login page to create one. * Tap the **Create App** button in the upper right corner to create a new App ID.