Fix broken sections links in POD
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
index d826e03..02bceb7 100644 (file)
@@ -4038,7 +4038,7 @@ Makes the resultset paged and specifies the page to retrieve. Effectively
 identical to creating a non-pages resultset and then calling ->page($page)
 on it.
 
-If L<rows> attribute is not specified it defaults to 10 rows per page.
+If L</rows> attribute is not specified it defaults to 10 rows per page.
 
 When you have a paged resultset, L</count> will only return the number
 of rows in the page. To get the total, use the L</pager> and call