Skip to content

Commit

Permalink
Merge pull request #54 from froschdesign/hotfix/docs/404-links
Browse files Browse the repository at this point in the history
Updates wrong links in documentation for breadcrumbs and pages
  • Loading branch information
froschdesign committed Jan 10, 2024
2 parents 9d212fb + 941951d commit 2ef88f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/book/helpers/breadcrumbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/book/pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ef88f6

Please sign in to comment.