chore: Adjust auth doc url of apps to new links

This commit is contained in:
Faruk AYDIN
2022-11-04 00:19:41 +01:00
parent f175ada782
commit f1d319601e
9 changed files with 15 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ export default defineApp({
baseUrl: 'https://github.com',
apiBaseUrl: 'https://api.github.com',
iconUrl: '{BASE_URL}/apps/github/assets/favicon.svg',
authDocUrl: 'https://automatisch.io/docs/connections/github',
authDocUrl: 'https://automatisch.io/docs/apps/github/connection',
primaryColor: '000000',
supportsConnections: true,
beforeRequest: [addAuthHeader],