Fix pod issues around hyperlinks
Tom Bloor [Wed, 11 May 2016 11:11:51 +0000 (12:11 +0100)]
lib/Catalyst/Authentication/Store/Htpasswd.pm

index c94ebab..338b8fb 100644 (file)
@@ -122,12 +122,12 @@ The path to the htpasswd file. If the path starts with a slash, then it is assum
 qualified path, otherwise the path is fed through C<< $c->path_to >> and so normalised to the 
 application root.
 
-Alternatively, it is possible to pass in an L< Authen::Htpasswd > object here, and this will be
+Alternatively, it is possible to pass in an L<Authen::Htpasswd> object here, and this will be
 used as the htpasswd file.
 
 =head2 user_class
 
-Change the user class which this store returns. Defaults to L< Catalyst::Authentication::Store::Htpasswd::User >.
+Change the user class which this store returns. Defaults to L<Catalyst::Authentication::Store::Htpasswd::User>.
 This can be used to add additional functionality to the user class by sub-classing it, but will not normally be
 needed.