Navigation Menu

Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 9, 2013
1 parent 78fe34d commit adea1fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -262,10 +262,10 @@ incoming requests is also quite common.
shift @{$self->req->url->path->leading_slash(0)};
}) if app->mode eq 'production';

L<Mojo::URL> objects are very easy to manipulate, just make sure that the URL,
which represents the routing destination (C<foo/bar?baz=yada>), is always
relative to the base URL, which represents the deployment location of your
application (C<http://example.com/myapp/>).
L<Mojo::URL> objects are very easy to manipulate, just make sure that the URL
(C<foo/bar?baz=yada>), which represents the routing destination, is always
relative to the base URL (C<http://example.com/myapp/>), which represents the
deployment location of your application.

=head2 Application embedding

Expand Down

0 comments on commit adea1fd

Please sign in to comment.