Skip to content

use free trial link everywhere #388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 6, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
dont mess with callback urls
  • Loading branch information
alexcoderabbitai committed Jun 6, 2025
commit 1d2ca4724126feb4128b6afe80d96afabf6b39d5
4 changes: 2 additions & 2 deletions docs/platforms/github-enterprise-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ steps below to
- **Homepage URL**: `https://coderabbit.ai`
- **Application description**:
`OAuth application for signing into CodeRabbit`
- **Authorization callback URL**: `https://app.coderabbit.ai/login?free-trial`
- **Authorization callback URL**: `https://app.coderabbit.ai/login`
6. Click **Register application**.

![GitHub Create OAuth App](/img/integrations/github-create-oauth-app.png)
Expand Down Expand Up @@ -82,7 +82,7 @@ steps below to
- **GitHub App name**: `CodeRabbit`
- **Description**: `GitHub App for CodeRabbit`
- **Homepage URL**: `https://coderabbit.ai`
- **Callback URL**: `https://app.coderabbit.ai/login?free-trial`
- **Callback URL**: `https://app.coderabbit.ai/login`
- **Request user authorization (OAuth) during installation**: `true`
- **Webhook Active**: `true`
- **Webhook URL**: `https://app.coderabbit.ai/githubHandler`
Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/self-hosted-gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ for creating the application.
Requirements:

1. Scopes: `api read_user email openid`
2. Callback URL: `https://app.coderabbit.ai/login?free-trial`
2. Callback URL: `https://app.coderabbit.ai/login`

#### **Generating Personal Access token**

Expand Down