Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed link in documentation
  • Loading branch information
kraih committed Apr 18, 2014
1 parent f32265f commit 6d80fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

4.94 2014-04-16
4.94 2014-04-19

4.93 2014-04-13
- Fixed bug where Mojolicious::Static would not use the correct default MIME
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Mojo.pm
Expand Up @@ -480,7 +480,7 @@ following new ones.
my $app = $t->app;
$t = $t->app(MyApp->new);
Access application with L<Mojo::UserAgent/"app">.
Access application with L<Mojo::UserAgent::Server/"app">.
# Change log level
$t->app->log->level('fatal');
Expand Down

0 comments on commit 6d80fb7

Please sign in to comment.