diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2022-03-07 08:54:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 08:54:50 +0100 |
commit | 2051c0f409ec1b72c9a3266945f7880155e30ab6 (patch) | |
tree | 975ac60b574cb24bcdd30190e56ff2d3687ecbcb | |
parent | b09baf690bb00125805a02e0feae9636b2114599 (diff) | |
parent | 314852a10e3e741e84510f90f5db75f797145f0a (diff) |
Merge pull request #6208 from sielicki/fix-url-github-oauth
Point to new github oauth docs url
-rw-r--r-- | src/libfetchers/fetch-settings.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfetchers/fetch-settings.hh b/src/libfetchers/fetch-settings.hh index 58a2aded3..04c9feda0 100644 --- a/src/libfetchers/fetch-settings.hh +++ b/src/libfetchers/fetch-settings.hh @@ -29,7 +29,7 @@ struct FetchSettings : public Config * Github: the token value is the OAUTH-TOKEN string obtained as the Personal Access Token from the Github server (see - https://docs.github.com/en/developers/apps/authorizing-oath-apps). + https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps). * Gitlab: the token value is either the OAuth2 token or the Personal Access Token (these are different types tokens |