docs(mattermost): Fix links of mattermost app

This commit is contained in:
Faruk AYDIN
2023-07-05 14:29:19 +02:00
parent f3bf418997
commit 9fb4dca39b
3 changed files with 9 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ export default defineApp({
name: 'Mattermost',
key: 'mattermost',
iconUrl: '{BASE_URL}/apps/mattermost/assets/favicon.svg',
authDocUrl: 'https://automatisch.io/docs/apps/slack/connection',
authDocUrl: 'https://automatisch.io/docs/apps/mattermost/connection',
baseUrl: 'https://mattermost.com',
apiBaseUrl: '', // there is no cloud version of this app, user always need to provide address of own instance when creating connection
primaryColor: '4a154b',