Skip to content

Commit

Permalink
put the fragment example last
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 10, 2016
1 parent 1834915 commit 78d62c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Controller.pm
Expand Up @@ -895,8 +895,8 @@ C<mojo.*> prefix are reserved for internal use.
my $url = $c->url_for('/index.html');
my $url = $c->url_for('//example.com/index.html');
my $url = $c->url_for('http://example.com/index.html');
my $url = $c->url_for('#whatever');
my $url = $c->url_for('mailto:sri@example.com');
my $url = $c->url_for('#whatever');
Generate a portable L<Mojo::URL> object with base for a path, URL or route.
Expand Down

0 comments on commit 78d62c0

Please sign in to comment.