소스 검색

Update HTMLGenerator.pm

edited pisg url
Sebastien Lemery 10 년 전
부모
커밋
d648975573
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/Pisg/HTMLGenerator.pm

+ 1 - 1
modules/Pisg/HTMLGenerator.pm

@@ -304,7 +304,7 @@ sub _htmlfooter
     my %hash;
 
     my $pisg_hp = $self->_template_text('pisghomepage');
-    $hash{pisg_url} = '<a href="http://pisg.sourceforge.net/" title="' . $pisg_hp . '" class="background">pisg</a>';
+    $hash{pisg_url} = '<a href="https://pisg.github.io/" title="' . $pisg_hp . '" class="background">pisg</a>';
 
     $hash{version} = $self->{cfg}->{version};