Skip to content

Commit 44faf23

Browse files
authored
Fix hyperlink
1 parent f347a5d commit 44faf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributor_docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ In this application, GitHub credentials are used for:
8585

8686
If you are working on a part of the application that requires one of the above uses, then you will need to get GitHub API credentials.
8787

88-
When you go to the (Developer settings)[https://github.com/settings/developers] in your GitHub account, you will see that you can create two types of Apps: `GitHub Apps` and `OAuth Apps` ([differences between GitHub Apps and OAuth Apps](https://docs.github.com/en/free-pro-team@latest/developers/apps/differences-between-github-apps-and-oauth-apps)). This project requires you to make an `OAuth App`. After clicking on "New OAuth App", you will need to fill in the following fields:
88+
When you go to the [Developer settings](https://github.com/settings/developers) in your GitHub account, you will see that you can create two types of Apps: `GitHub Apps` and `OAuth Apps` ([differences between GitHub Apps and OAuth Apps](https://docs.github.com/en/free-pro-team@latest/developers/apps/differences-between-github-apps-and-oauth-apps)). This project requires you to make an `OAuth App`. After clicking on "New OAuth App", you will need to fill in the following fields:
8989
- **Application name**: `p5.js Web Editor - Local`
9090
- **Homepage URL**: `http://localhost:8000`
9191
- **Authorization Callback URL**: `http://localhost:8000/auth/github/callback`

0 commit comments

Comments
 (0)