Skip to content

Commit 20ffa38

Browse files
authored
Merge pull request #16707 from mdqst/patch-45
docs: update outdated GitHub doc links
2 parents ba196df + 2893b12 commit 20ffa38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
We recommend setting this up when running the project locally, as we use the GitHub API to fetch repository data for many projects & files.
66

7-
> - [Follow these instructions](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) to create a personal GitHub API token
8-
> - When selecting scopes in step 8, leave everything unchecked (the data we fetch doesn't require any [scope](https://docs.github.com/en/developers/apps/scopes-for-oauth-apps#available-scopes))
7+
> - [Follow these instructions](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) to create a personal GitHub API token
8+
> - When selecting scopes in step 8, leave everything unchecked (the data we fetch doesn't require any [scope](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes))
99
> - In local repo root directory: Make a copy of `.env.example` and name it `.env`
1010
> - Copy & paste your new GitHub API token into `.env`
1111

0 commit comments

Comments
 (0)