Skip to content

Commit

Permalink
more links
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 20, 2015
1 parent 1b5998f commit 19a25f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions lib/Mojolicious/Guides.pod
Expand Up @@ -42,12 +42,13 @@ L<HTTP|https://developer.mozilla.org/en-US/docs/Web/HTTP>.

=item L<Mojolicious::Guides::Tutorial>

A fast and fun way to get started developing web applications with Mojolicious
is the L<Mojolicious::Lite> tutorial. This micro web framework is only a thin
wrapper around the normal web framework, so almost everything you learn here
also applies to full L<Mojolicious> applications. The simplified notation
introduced in the tutorial is commonly used throughout the guides and is
therefore considered a prerequisite, you should definitely take a look!
A fast and fun way to get started developing web applications with
L<Mojolicious> is the L<Mojolicious::Lite> tutorial. This micro web framework
is only a thin wrapper around the normal web framework, so almost everything
you learn here also applies to full L<Mojolicious> applications. The
simplified notation introduced in the tutorial is commonly used throughout the
guides and is therefore considered a prerequisite, you should definitely take
a look!

=back

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -78,7 +78,7 @@ Mojolicious uses many environment variables both internally and externally,
notably (but not exclusively) those starting with the prefix C<MOJO_*>. The
test suite expects a clean environment; testing with a non-standard
environment is unsupported and is unlikely to succeed. Therefore when
installing or upgrading Mojolicious and when running its tests, we highly
installing or upgrading L<Mojolicious> and when running its tests, we highly
recommend using an environment which does not set these variables.

=head2 What is the difference between blocking and non-blocking operations?
Expand Down

0 comments on commit 19a25f7

Please sign in to comment.