Skip to content

Commit 1ec1554

Browse files
change telly url (#17618)
Co-authored-by: Anik Dhabal Babu <[email protected]>
1 parent 241579e commit 1ec1554

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/app-store/telli/api/add.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const handler: AppDeclarativeHandler = {
1111
handlerType: "add",
1212
redirect: {
1313
newTab: true,
14-
url: "https://www.telli.so/en/caldotcom",
14+
url: "https://www.telli.com/en/caldotcom",
1515
},
1616
createCredential: ({ appType, user, slug, teamId }) =>
1717
createDefaultInstallation({ appType, user: user, slug, key: {}, teamId }),

packages/app-store/telli/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"slug": "telli",
55
"type": "telli_automation",
66
"logo": "icon-dark.svg",
7-
"url": "https://www.telli.so/en/caldotcom",
7+
"url": "https://www.telli.com/en/caldotcom",
88
"variant": "automation",
99
"categories": ["automation"],
1010
"publisher": "telli technologies GmbH",

0 commit comments

Comments
 (0)