rename web plugins doc

This commit is contained in:
Oliver Gorwits
2017-07-26 10:16:58 +01:00
parent 69c9a6393a
commit 052a2acd79
4 changed files with 5 additions and 4 deletions

View File

@@ -311,7 +311,7 @@ Every Dancer route handler must have proper role based access control enabled,
to prevent unauthorized access to Netdisco's data, or admin features. This is
done with the L<Dancer::Plugin::Auth::Extensible> module. It handles both the
authentication using Netdisco's database, and then protects each route
handler. See L<App::Netdisco::Manual::WritingPlugins> for details.
handler. See L<App::Netdisco::Manual::WritingWebPlugins> for details.
=head2 Templates