Skip to content

Commit b2292c3

Browse files
authored
Merge pull request #1363 from manwar/fix-broken-link-in-pod
Fixed broken link to Bottle python framework in the pod for Dancer2::Tutorial
2 parents f01c3b0 + 76112c3 commit b2292c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Dancer2/Tutorial.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ your browser at L<http://localhost:3000>.
2727

2828
That's the reason I wrote this tutorial. While I was investigating some
2929
Python web frameworks like L<Flask|http://flask.pocoo.org/> or
30-
L<Bottle|http://bottle.paws.de/docs/dev/index.html> I enjoyed the way they
30+
L<Bottle|https://bottlepy.org/docs/dev/> I enjoyed the way they
3131
explained step by step how to build an example application which was a
3232
little more involved than a trivial example.
3333

0 commit comments

Comments
 (0)