You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I messed up the order of the brackets/parenthesis on the first commit. This time, it should be correct and in line with Markdown syntax which states: Markdown syntax for a hyperlink is square brackets followed by parentheses. The square brackets hold the text, the parentheses hold the link.
Copy file name to clipboardExpand all lines: docs/install/oauth.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ configuration steps.
6
6
7
7
## Step 1: Configure the OAuth application in GitHub
8
8
9
-
First, (https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/)[register a GitHub OAuth app]. GitHub will ask you for the following Coder parameters:
9
+
First, [register a GitHub OAuth app](https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/). GitHub will ask you for the following Coder parameters:
10
10
11
11
-**Homepage URL**: Set to your Coder domain (e.g. `https://coder.domain.com`)
12
12
-**User Authorization Callback URL**: Set to `https://coder.domain.com/api/v2/users/oauth2/github/callback`
0 commit comments