Skip to content

Commit

Permalink
use local links in pod
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Jul 11, 2016
1 parent 7e8e6bb commit f1c5ffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/MetaCPAN/Web/Controller/Pod.pm
Expand Up @@ -96,7 +96,8 @@ sub view : Private {
undef,
{
show_errors => 1,
( $permalinks ? ( permalinks => 1 ) : () )
( $permalinks ? ( permalinks => 1 ) : () ),
url_prefix => '/pod/',
}
),
release => $c->model('API::Release')
Expand Down

0 comments on commit f1c5ffa

Please sign in to comment.