From b9630823d6030908b756fa776d814c7b08ecdf7e Mon Sep 17 00:00:00 2001 From: whitney-coder <109109323+whitney-coder@users.noreply.github.com> Date: Fri, 29 Jul 2022 15:30:55 -0400 Subject: [PATCH 1/2] Update oauth.md 2 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. This is on line 9. --- docs/install/oauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/oauth.md b/docs/install/oauth.md index de297ffe12e94..5a6553c8d5904 100644 --- a/docs/install/oauth.md +++ b/docs/install/oauth.md @@ -6,7 +6,7 @@ configuration steps. ## Step 1: Configure the OAuth application in GitHub -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: +First, [register a GutHub OAuth app](https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/). GitHub will ask you for the following Coder parameters: - **Homepage URL**: Set to your Coder domain (e.g. `https://coder.domain.com`) - **User Authorization Callback URL**: Set to `https://coder.domain.com/api/v2/users/oauth2/github/callback` From 9f5865a5f9603b2d47db04bed4610b8ecfc6e993 Mon Sep 17 00:00:00 2001 From: whitney-coder <109109323+whitney-coder@users.noreply.github.com> Date: Fri, 29 Jul 2022 16:29:03 -0400 Subject: [PATCH 2/2] Update docs/install/oauth.md Co-authored-by: Ammar Bandukwala --- docs/install/oauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/oauth.md b/docs/install/oauth.md index 5a6553c8d5904..c632dc88224e2 100644 --- a/docs/install/oauth.md +++ b/docs/install/oauth.md @@ -6,7 +6,7 @@ configuration steps. ## Step 1: Configure the OAuth application in GitHub -First, [register a GutHub OAuth app](https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/). GitHub will ask you for the following Coder parameters: +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: - **Homepage URL**: Set to your Coder domain (e.g. `https://coder.domain.com`) - **User Authorization Callback URL**: Set to `https://coder.domain.com/api/v2/users/oauth2/github/callback`