Skip to content

Commit

Permalink
Fix links pointing to dev branch to point to master branch (#7606)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rutix authored and Rick-Anderson committed Jul 13, 2018
1 parent 45ee45e commit 9f6a146
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aspnetcore/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"_navRel": "/foo",
"breadcrumb_path": "/aspnet/breadcrumb/toc.json",
"feedback_github_repo": "aspnet/docs",
"feedback_product_url": "https://github.com/aspnet/Home/blob/dev/CONTRIBUTING.md",
"feedback_product_url": "https://github.com/aspnet/Home/blob/master/CONTRIBUTING.md",
"feedback_system": "GitHub",
"ms.prod": "aspnet-core",
"searchScope": [
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/security/authentication/social/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This tutorial demonstrates how to build an ASP.NET Core 2.x app that enables use

Enabling users to sign in with their existing credentials is convenient for the users and shifts many of the complexities of managing the sign-in process onto a third party. For examples of how social logins can drive traffic and customer conversions, see case studies by [Facebook](https://www.facebook.com/unsupportedbrowser) and [Twitter](https://dev.twitter.com/resources/case-studies).

Note: Packages presented here abstract a great deal of complexity of the OAuth authentication flow, but understanding the details may become necessary when troubleshooting. Many resources are available; for example, see [Introduction to OAuth 2](https://www.digitalocean.com/community/tutorials/an-introduction-to-oauth-2) or [Understanding OAuth 2](http://www.bubblecode.net/2016/01/22/understanding-oauth2/). Some issues can be resolved by looking at the [ASP.NET Core source code for the provider packages](https://github.com/aspnet/Security/tree/dev/src).
Note: Packages presented here abstract a great deal of complexity of the OAuth authentication flow, but understanding the details may become necessary when troubleshooting. Many resources are available; for example, see [Introduction to OAuth 2](https://www.digitalocean.com/community/tutorials/an-introduction-to-oauth-2) or [Understanding OAuth 2](http://www.bubblecode.net/2016/01/22/understanding-oauth2/). Some issues can be resolved by looking at the [ASP.NET Core source code for the provider packages](https://github.com/aspnet/Security/tree/master/src).

## Create a New ASP.NET Core Project

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/tutorials/dotnet-watch.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ VSTest executes when any file changes in either test project.

## `dotnet-watch` in GitHub

`dotnet-watch` is part of the GitHub [DotNetTools repository](https://github.com/aspnet/DotNetTools/tree/dev/src/dotnet-watch).
`dotnet-watch` is part of the GitHub [DotNetTools repository](https://github.com/aspnet/DotNetTools/tree/master/src/dotnet-watch).

0 comments on commit 9f6a146

Please sign in to comment.