This repository was archived by the owner on Aug 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11---
22title : CodeRabbit for Self-Managed GitHub
33description : Integrate CodeRabbit with your Self-Managed GitHub instance.
4- sidebar_label : Self-Managed GitHub
4+ sidebar_label : Github Enteprise Server
55sidebar_position : 3
66---
77
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ CodeRabbit supports various Git platforms to provide code review for your reposi
1212| Host | Support |
1313| ------------------------ | ---------------------------------- |
1414| GitHub.com | [ Supported] [ login ] |
15- | GitHub Enterprise Server | [ Supported] ( self-hosted-github .md) |
15+ | GitHub Enterprise Server | [ Supported] ( github-enterprise-server .md) |
1616
1717## GitLab
1818
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const config: Config = {
8383 } ,
8484 {
8585 from : "/integrations/self-hosted-github" ,
86- to : "/platforms/self-hosted-github " ,
86+ to : "/platforms/github-enterprise-server " ,
8787 } ,
8888 {
8989 from : "/platforms/saas-azure-devops" ,
@@ -93,6 +93,10 @@ const config: Config = {
9393 from : "/platforms/saas-gitlab" ,
9494 to : "/platforms/gitlab-com" ,
9595 } ,
96+ {
97+ from : "/platforms/self-hosted-github" ,
98+ to : "/platforms/github-enterprise-server" ,
99+ } ,
96100
97101 ] ,
98102 } ,
You can’t perform that action at this time.
0 commit comments