Skip to content

@coderabbitai #158

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

Closed
wants to merge 2 commits into from
Closed
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
Next Next commit
fix login 404
  • Loading branch information
aravindputrevu committed Nov 28, 2024
commit 220f849445975a1d7ea1567395af4fe0df422dcf
2 changes: 1 addition & 1 deletion docs/platforms/self-hosted-gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ upgrading your GitLab instance to obtain the intended experience.

### **Step 1: Getting Started**

**Visit CodeRabbit:** Visit our [Login](https://coderabbit.ai/login) page and
**Visit CodeRabbit:** Visit our [Login](https://app.coderabbit.ai/login?free-trial) page and
select Self-Hosted GitLab
Comment on lines +22 to 23
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Update remaining login URL in GitHub Enterprise Server documentation

Found an inconsistent login URL in docs/platforms/github-enterprise-server.md that still uses the old domain coderabbit.ai/login instead of app.coderabbit.ai/login. All other documentation files are using the new domain correctly.

  • docs/platforms/github-enterprise-server.md: Update the login URL from https://coderabbit.ai/login to https://app.coderabbit.ai/login?free-trial
🔗 Analysis chain

Verify login URL consistency across documentation

The login URL has been updated to https://app.coderabbit.ai/login?free-trial. Let's ensure this change is reflected consistently across all documentation files.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Search for any remaining references to the old domain
rg -i "coderabbit\.ai/login" --type md

# Search for inconsistent login URLs
rg -i "app\.coderabbit\.ai/login" --type md

Length of output: 2633


![CodeRabbit login](/img/integrations/login-self-hosted-gitlab.png)
Expand Down
Loading