Skip to content

Commit

Permalink
Merge pull request #1364 from manwar/broken-link-to-methods
Browse files Browse the repository at this point in the history
Fixed broken link to methoda in the pod for Dancer2::Manual::Migration.
  • Loading branch information
bigpresh authored Aug 14, 2017
2 parents b2292c3 + 01c6a36 commit 06b6c9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Dancer2/Manual/Migration.pod
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,8 @@ The session keyword has multiple states:
=item * No arguments

Without any arguments, the session keyword returns a L<Dancer2::Core::Session>
object, which has methods for L<read>, L<write>, and L<delete>.
object, which has methods for L<read|Dancer2::Core::Session/read>,
L<write|Dancer2::Core::Session/write>, and L<delete|Dancer2::Core::Session/delete>.

my $session = session;
$session->read($key);
Expand Down

0 comments on commit 06b6c9b

Please sign in to comment.