Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
better links
  • Loading branch information
kraih committed Mar 17, 2014
1 parent ffed10e commit d1b8a79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions lib/Mojolicious/Controller.pm
Expand Up @@ -998,8 +998,9 @@ You can call L</"finish"> at any time to end the stream.
=head1 AUTOLOAD
In addition to the L</"ATTRIBUTES"> and L</"METHODS"> above you can also call
helpers on L<Mojolicious::Controller> objects. This includes all helpers from
L<Mojolicious::Plugin::DefaultHelpers> and L<Mojolicious::Plugin::TagHelpers>.
helpers provided by L</"app"> on L<Mojolicious::Controller> objects. This
includes all helpers from L<Mojolicious::Plugin::DefaultHelpers> and
L<Mojolicious::Plugin::TagHelpers>.
$c->layout('green');
$c->title('Welcome!');
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Routes/Route.pm
Expand Up @@ -577,7 +577,7 @@ L<Mojolicious::Lite> tutorial for more argument variations.
=head1 AUTOLOAD
In addition to the L</"ATTRIBUTES"> and L</"METHODS"> above you can also call
shortcuts on L<Mojolicious::Routes::Route> objects.
shortcuts provided by L</"root"> on L<Mojolicious::Routes::Route> objects.
$r->root->add_shortcut(firefox => sub {
my ($r, $path) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Validator/Validation.pm
Expand Up @@ -228,7 +228,7 @@ empty string.
=head1 AUTOLOAD
In addition to the L</"ATTRIBUTES"> and L</"METHODS"> above, you can also call
validation checks provided by L<Mojolicious::Validator> on
validation checks provided by L</"validator"> on
L<Mojolicious::Validator::Validation> objects, similar to L</"check">.
$validation->required('foo')->size(2, 5)->like(qr/^[A-Z]/);
Expand Down

0 comments on commit d1b8a79

Please sign in to comment.