Skip to content

Commit 1a67d72

Browse files
committed
Update docs page for Dancer2 2.0.0
1 parent 782633b commit 1a67d72

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

views/documentation.tt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
<p>
1212
If you want to start writing your first application with Dancer, you certainly
1313
want 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>
1919
You 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>.
2222
There are lots of recipes in there to help you handle common patterns in web
2323
development. The <a
24-
href="https://metacpan.org/pod/Dancer2::Tutorial">Tutorial</a>
24+
href="https://metacpan.org/pod/Dancer2::Manual::Tutorial">Tutorial</a>
2525
also 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
3737
Dancer is PSGI-compatible, that means you can virtually deploy your app
3838
anywhere. We wanted to help our users as much as possible, so we've gathered as
3939
many 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>
4141
in order to provide working configuration examples.
4242
</p>
4343

views/includes/doc-list.tt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<li><a href="/cheatsheet">A cheatsheet</a> (PDF or ODS) by Vladimir Lettiev
33
(thecrux)</li>
44
<li><a href="https://p3rl.org/Dancer2::Manual">Dancer2::Manual</a>
5-
- a gentle introduction to Dancer</li>
6-
<li><a href="https://p3rl.org/Dancer2::Tutorial">Dancer2::Tutorial</a> - a
5+
- a gentle introduction to Dancer2</li>
6+
<li><a href="https://p3rl.org/Dancer2::Manual::Tutorial">Dancer2::Manual::Tutorial</a> - a
77
walkthrough creating an example application</a></li>
8-
<li><a href="https://p3rl.org/Dancer2::Cookbook">Dancer2::Cookbook</a> -
9-
examples for achieving common tasks with Dancer</li>
10-
<li><a href="https://p3rl.org/Dancer2">Dancer2</a> - main documentation,
8+
<li><a href="https://p3rl.org/Dancer2::Manual::Cookbook">Dancer2::Manual::Cookbook</a> -
9+
examples for achieving common tasks with Dancer2</li>
10+
<li><a href="https://p3rl.org/Dancer2::Manual::Keywords">Dancer2::Manual::Keywords</a> - a guide
1111
listing all the Dancer DSL keywords</li>
12-
<li><a href="https://p3rl.org/Dancer2::Plugins">Dancer2::Plugins</a> - a list
13-
of some recommended plugins to extend Dancer with useful features</li>
12+
<li><a href="https://p3rl.org/Dancer2::Manual::Plugins">Dancer2::Manual::Plugins</a> - a list
13+
of some recommended plugins to extend Dancer2 with useful features</li>
1414
<li><a href="https://p3rl.org/Dancer2::Manual::Deployment">Dancer2::Manual::Deployment</a> -
1515
how to deploy your app</li>
1616
<li><a href="https://p3rl.org/Task::Dancer2">Task::Dancer2</a> - comprehensive

0 commit comments

Comments
 (0)