Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/84' into develop
Browse files Browse the repository at this point in the history
Forward port #84
  • Loading branch information
weierophinney committed Apr 21, 2016
2 parents 65987b3 + 29a7396 commit 3b38ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Action/HomePageAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function __invoke(ServerRequestInterface $request, ResponseInterface $res

if ($this->router instanceof Router\AuraRouter) {
$data['routerName'] = 'Aura.Router';
$data['routerDocs'] = 'http://auraphp.com/packages/Aura.Router/';
$data['routerDocs'] = 'http://auraphp.com/packages/2.x/Router.html';
} elseif ($this->router instanceof Router\FastRouteRouter) {
$data['routerName'] = 'FastRoute';
$data['routerDocs'] = 'https://github.com/nikic/FastRoute';
Expand Down

0 comments on commit 3b38ab5

Please sign in to comment.