Skip to content

Commit 1151578

Browse files
committed
docs: fix docs link in custom templates service
1 parent d65326c commit 1151578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/stream-chat-angular/src/lib/custom-templates.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export class CustomTemplatesService<
150150
TemplateRef<MessageActionsBoxContext> | undefined
151151
>(undefined);
152152
/**
153-
* The template used for displaying an item in the [message actions box](/chat/docs/angular/components/MessageActionsBoxComponent/)
153+
* The template used for displaying an item in the [message actions box](/chat/docs/sdk/angular/components/MessageActionsBoxComponent/)
154154
*
155155
*/
156156
messageActionsBoxItemTemplate$ = new BehaviorSubject<

0 commit comments

Comments
 (0)