diff --git a/docs/comment-list.component.md b/docs/comment-list.component.md index b340c39ec7..3d164d1d82 100644 --- a/docs/comment-list.component.md +++ b/docs/comment-list.component.md @@ -7,7 +7,7 @@ Shows a list of comments. Populate the comments in the component class: ```ts -import { CommentProcessModel } from 'ng2-alfresco-core'; +import { CommentProcessModel } from '@alfresco/adf-core'; export class SomeComponent implements OnInit {