Skip to content

Commit b70c18b

Browse files
committed
fix(material/table): fix legacy reference in docs
1 parent e8e9153 commit b70c18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/table/table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Otherwise if you are implementing the logic to paginate your data, you will want
167167
paginator's `(page)` output and pass the right slice of data to your table.
168168

169169
For more information on using and configuring the `<mat-paginator>`, check out the
170-
[mat-paginator docs](https://material.angular.io/components/legacy-paginator/overview).
170+
[mat-paginator docs](https://material.angular.io/components/paginator/overview).
171171

172172
The `MatPaginator` is one provided solution to paginating your table's data, but it is not the only
173173
option. In fact, the table can work with any custom pagination UI or strategy since the `MatTable`

0 commit comments

Comments
 (0)