diff options
author | Nicholas Sielicki <sielicki@yandex.com> | 2022-03-06 17:01:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-06 17:01:14 -0600 |
commit | 314852a10e3e741e84510f90f5db75f797145f0a (patch) | |
tree | 975ac60b574cb24bcdd30190e56ff2d3687ecbcb | |
parent | b09baf690bb00125805a02e0feae9636b2114599 (diff) |
Point to new github oauth docs url
Previous URL was 404'ing.
-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 |