File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ steps below to
52
52
- ** Homepage URL** : ` https://coderabbit.ai `
53
53
- ** Application description** :
54
54
` OAuth application for signing into CodeRabbit `
55
- - ** Authorization callback URL** : ` https://app.coderabbit.ai/login?free-trial `
55
+ - ** Authorization callback URL** : ` https://app.coderabbit.ai/login `
56
56
6 . Click ** Register application** .
57
57
58
58
![ GitHub Create OAuth App] ( /img/integrations/github-create-oauth-app.png )
@@ -82,7 +82,7 @@ steps below to
82
82
- ** GitHub App name** : ` CodeRabbit `
83
83
- ** Description** : ` GitHub App for CodeRabbit `
84
84
- ** Homepage URL** : ` https://coderabbit.ai `
85
- - ** Callback URL** : ` https://app.coderabbit.ai/login?free-trial `
85
+ - ** Callback URL** : ` https://app.coderabbit.ai/login `
86
86
- ** Request user authorization (OAuth) during installation** : ` true `
87
87
- ** Webhook Active** : ` true `
88
88
- ** Webhook URL** : ` https://app.coderabbit.ai/githubHandler `
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ for creating the application.
85
85
Requirements:
86
86
87
87
1 . Scopes: ` api read_user email openid `
88
- 2 . Callback URL: ` https://app.coderabbit.ai/login?free-trial `
88
+ 2 . Callback URL: ` https://app.coderabbit.ai/login `
89
89
90
90
#### ** Generating Personal Access token**
91
91
You can’t perform that action at this time.
0 commit comments