@@ -31,16 +31,16 @@ To configure GitHub integration, you'll need to create a GitHub App within your
31314 . 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
40405 . 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
50507 . 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
1341348 . 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