Skip to content

Commit a38c862

Browse files
authored
Update github.mdx
updated URLs
1 parent 2af3bfc commit a38c862

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

self-hosting/govern/integrations/github.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ To configure GitHub integration, you'll need to create a GitHub App within your
3131
4. In the **Identifying and authorizing users** section, add the following **Callback URLS**.
3232

3333
```bash
34-
https://<your-domain>/silo/api/github/auth/callback
35-
https://<your-domain>/silo/api/github/auth/user/callback
34+
https://<your-domain>/api/github/auth/callback
35+
https://<your-domain>/api/github/auth/user/callback
3636
```
3737
These URLs allow Plane to verify and enable workspace connection with the Github App.
3838
![Add Callback URL](/images/github-integration/add-callback-url.webp)
3939

4040
5. In the **Post installation** section, add the below **Setup URL**.
4141

4242
```bash
43-
https://<your-domain>/silo/api/github/auth/callback
43+
https://<your-domain>/api/github/auth/callback
4444
```
4545
Redirects users to this URL after GitHub app installation.
4646
![Add setup URL](/images/github-integration/add-setup-url.webp)
@@ -49,7 +49,7 @@ To configure GitHub integration, you'll need to create a GitHub App within your
4949

5050
7. In the **Webhook** section, add the below **Webhook URL**.
5151
```bash
52-
https://<your-domain>/silo/api/github/github-webhook
52+
https://<your-domain>/api/github/github-webhook
5353
```
5454
This allows Plane to receive updates from GitHub repositories.
5555

@@ -133,4 +133,4 @@ To configure GitHub integration, you'll need to create a GitHub App within your
133133

134134
8. Save the file and restart the instance.
135135

136-
9. Once you've completed the instance configuration, [activate the GitHub integration in Plane](https://docs.plane.so/integrations/github).
136+
9. Once you've completed the instance configuration, [activate the GitHub integration in Plane](https://docs.plane.so/integrations/github).

0 commit comments

Comments
 (0)