Skip to content

Commit 55d2b09

Browse files
committed
fix(google-chat): use underscore in docsLink path
1 parent 9c6d9b3 commit 55d2b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/blocks/blocks/google_chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const GoogleChatBlock: BlockConfig<GoogleChatResponse> = {
1010
authMode: AuthMode.OAuth,
1111
longDescription:
1212
'Integrate with Google Chat to send messages to spaces and list available spaces using OAuth.',
13-
docsLink: 'https://docs.sim.ai/tools/google-chat',
13+
docsLink: 'https://docs.sim.ai/tools/google_chat',
1414
category: 'tools',
1515
bgColor: '#E0E0E0',
1616
icon: GoogleChatIcon,

0 commit comments

Comments
 (0)