Mostly changes to avoid pod2html warnings
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 05_Authentication.pod
index e20b272..8692eed 100644 (file)
@@ -324,7 +324,7 @@ B<HOWEVER>, if you try out the command above, be sure to delete the
 configurations.
 
 B<NOTE:> Because we are using
-L<SimpleDB|L<Catalyst::Authentication::Realm::SimpleDB> along with a
+L<SimpleDB|Catalyst::Authentication::Realm::SimpleDB> along with a
 database layout that complies with its default assumptions: we don't
 need to specify the names of the columns where our username and password
 information is stored (hence, the "Simple" part of "SimpleDB").  That