Fix documentation: change all master branch references to main (#2220)

This commit is contained in:
Hannah Kiekens
2020-07-07 20:01:55 +02:00
committed by GitHub
parent 9a234930c9
commit 946b0872b7
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ var tokenAuth = new Credentials("token"); // NOTE: not real token
client.Credentials = tokenAuth;
```
It is **strongly recommended** to use the [OAuth Flow](https://github.com/octokit/octokit.net/blob/master/docs/oauth-flow.md) for interactions on behalf of a user, as this gives two significant benefits:
It is **strongly recommended** to use the [OAuth Flow](https://github.com/octokit/octokit.net/blob/main/docs/oauth-flow.md) for interactions on behalf of a user, as this gives two significant benefits:
- the application owner never needs to store a user's password
- the token can be revoked by the user at a later date