Skip to content

Commit

Permalink
Merge branch 'hotfix/docs-link'
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Mar 31, 2020
2 parents 07b9402 + 82fa961 commit ee8fdab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Coverage Status](https://coveralls.io/repos/github/mezzio/mezzio-authorization/badge.svg?branch=master)](https://coveralls.io/github/mezzio/mezzio-authorization?branch=master)

Laminas-mezzio-authorization provides middleware for [Mezzio](https://github.com/mezzio/mezzio)
and [PSR-7](http://www.php-fig.org/psr/psr-7/) applications for authorizing
and [PSR-7](https://www.php-fig.org/psr/psr-7/) applications for authorizing
specific routes based on [ACL](https://en.wikipedia.org/wiki/Access_control_list)
or [RBAC](https://en.wikipedia.org/wiki/Role-based_access_control) systems.

Expand All @@ -19,7 +19,7 @@ $ composer require mezzio/mezzio-authorization

## Documentation

Documentation is [in the doc tree](doc/book/), and can be compiled using [mkdocs](https://www.mkdocs.org):
Documentation is [in the doc tree](docs/book/), and can be compiled using [mkdocs](https://www.mkdocs.org):

```bash
$ mkdocs build
Expand Down
2 changes: 1 addition & 1 deletion docs/book/v1/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ We offer two adapters:
which implements an Access Control List ([ACL](https://en.wikipedia.org/wiki/Access_control_list)).

> If you want to know more about authentication using middleware in PHP,
> we suggest reading the blog post ["Authorize users using Middleware"](https://getlaminas.org/blog/2017-05-04-authorization-middleware.html).
> we suggest reading the blog post ["Authorize users using Middleware"](https://framework.zend.com/blog/2017-05-04-authorization-middleware.html).

0 comments on commit ee8fdab

Please sign in to comment.