diff --git a/docs/book/helpers/breadcrumbs.md b/docs/book/helpers/breadcrumbs.md index 97b41472..fe820109 100644 --- a/docs/book/helpers/breadcrumbs.md +++ b/docs/book/helpers/breadcrumbs.md @@ -7,8 +7,8 @@ typically rendered like the following: You are here: Home > Products > FantasticProduct 1.0 ``` -The `breadcrumbs()` helper follows the [Breadcrumbs Pattern](http://developer.yahoo.com/ypatterns/pattern.php?pattern=breadcrumbs) -as outlined in the Yahoo! Design Pattern Library, and allows simple +The `breadcrumbs()` helper follows the [Breadcrumbs Pattern](https://en.wikipedia.org/wiki/Breadcrumb_navigation) +as original outlined in the Yahoo! Design Pattern Library, and allows simple customization (minimum/maximum depth, indentation, separator, and whether the last element should be linked), or rendering using a partial view script. diff --git a/docs/book/pages.md b/docs/book/pages.md index bca7e6e4..e7c4eeda 100644 --- a/docs/book/pages.md +++ b/docs/book/pages.md @@ -71,7 +71,7 @@ pages | `array\|Travsersable\|null` | `NU ## MVC pages MVC pages are defined using MVC parameters known from the -[laminas-mvc](https://laminas.github.com/laminas-mvc/) component. An MVC page +[laminas-mvc](https://docs.laminas.dev/laminas-mvc/) component. An MVC page will use `Laminas\Router\RouteStackInterface` internally in the `getHref()` method to generate `href` attributes, and the `isActive()` method will compare the `Laminas\Router\RouteMatch` params with the page's params to determine if the page