1111<p>
1212If you want to start writing your first application with Dancer, you certainly
1313want to read the
14- <a href="https://metacpan.org/pod/Dancer2::Manual">Dancer Manual guide </a>.
15- It will help you understand the basics of Dancer .
14+ <a href="https://metacpan.org/pod/Dancer2::Manual">Dancer2 manual </a>.
15+ It will help you understand the basics of Dancer2 .
1616</p>
1717
1818<p>
1919You can also find interesting and working examples in the
2020<a
21- href="https://metacpan.org/pod/Dancer2::Cookbook">Cookbook</a>.
21+ href="https://metacpan.org/pod/Dancer2::Manual:: Cookbook">Cookbook</a>.
2222There are lots of recipes in there to help you handle common patterns in web
2323development. The <a
24- href="https://metacpan.org/pod/Dancer2::Tutorial">Tutorial</a>
24+ href="https://metacpan.org/pod/Dancer2::Manual:: Tutorial">Tutorial</a>
2525also helps if you like to learn by example.
2626</p>
2727
2828<p>
29- The DSL's reference API is documented in
30- <a href="https://metacpan.org/pod/Dancer2">Dancer2.pm </a>.
29+ The DSL's reference API is documented in the
30+ <a href="https://metacpan.org/pod/Dancer2::Manual::Keywords ">Dancer2 Keywords Guide </a>.
3131</p>
3232
3333
@@ -37,7 +37,7 @@ The DSL's reference API is documented in
3737Dancer is PSGI-compatible, that means you can virtually deploy your app
3838anywhere. We wanted to help our users as much as possible, so we've gathered as
3939many details as possible in a
40- <a href="https://metacpan.org/pod/Dancer2::Manual::Deployment">Deployment Guide</a>,
40+ <a href="https://metacpan.org/pod/Dancer2::Manual::Deployment">Deployment Guide</a>
4141in order to provide working configuration examples.
4242</p>
4343
0 commit comments