Skip to content

Commit f284368

Browse files
committed
Refactor webhook URLs in self-hosted documentation
1 parent c7dae70 commit f284368

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/self-hosted/azure-devops.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Consult official CodeRabbitAI documentation for a detailed [guide](https://docs.
2727

2828
## Add the necessary webhooks to each project
2929

30-
1. **Navigate to projects Service Hooks Page**: Go to the service hooks configuration page in the desired Azure DevOps project.
30+
1. **Navigate to project's Service Hooks Page**: Go to the service hooks configuration page in the desired Azure DevOps project.
3131

3232
2. **Add the following webhooks:**
3333
1. Pull request created
@@ -86,7 +86,7 @@ LINEAR_PAT=[<linear-personal-access-token>]
8686

8787
:::note
8888

89-
* Verify that 3 LLM models 4o-mini, 4o, and 4-turbo are available. If you are using Azure OpenAI, also verify their deployment names in the .env file.
89+
* If you are using Azure OpenAI, verify that the model deployment names are in the .env file.
9090
* Values marked with [] are not optional to provide.
9191
* You can generate `CODERABBIT_API_KEY` from CodeRabbit UI -> Organizations Settings -> API Keys.
9292

docs/self-hosted/github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ OAUTH2_CLIENT_SECRET=[<client-secret>]
105105

106106
:::note
107107

108-
* Verify that 3 LLM models 4o-mini, 4o, and 4-turbo are available. If you are using Azure OpenAI, also verify their deployment names in the .env file.
108+
* If you are using Azure OpenAI, verify that the model deployment names are in the .env file.
109109
* Values marked with [] are optional to provide.
110110
* For `GITHUB_APP_PEM_FILE`, flatten the PEM file by replacing newlines with `\n`.
111111
* For `GITHUB_HOSTNAME`, use GitHub Enterprise server's hostname, for example, “github.acme-inc.com”

docs/self-hosted/gitlab.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ LINEAR_PAT=[<linear-personal-access-token>]
9292

9393
:::note
9494

95-
* Verify that 3 LLM models 4o-mini, 4o, and 4-turbo are available. If you are using Azure OpenAI, also verify their deployment names in the .env file.
95+
* If you are using Azure OpenAI, verify that the model deployment names are in the .env file.
9696
* Values marked with [] are not optional to provide.
9797
* You can generate `CODERABBIT_API_KEY` from CodeRabbit UI -> Organizations Settings -> API Keys.
9898

0 commit comments

Comments
 (0)