Skip to content

Commit 829a6a1

Browse files
committed
Fix / remove some links
1 parent 886c5e0 commit 829a6a1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

util/Text-SmartLinks/lib/Text/SmartLinks.pm

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ L<http://pugs.blogs.com/pugs/2006/09/the_benefits_of.html>
328328
329329
=item *
330330
331-
The synopses in L<http://perlcabal.org/syn> are generated by this script.
331+
The synopses in L<http://design.perl6.org/> are generated by this script.
332332
333333
=back
334334
@@ -932,15 +932,11 @@ sub gen_preamble {
932932
my $time = sprintf "%04d-%02d-%02d %02d:%02d:%02d GMT",
933933
$year, $mon, $mday, $hour, $min, $sec;
934934
my $smoke_rev = $self->smoke_rev;
935-
my $smoke_info = $smoke_rev ?
936-
qq(, <a href="http://perlcabal.org/smoke.html">pugs-smoke</a> <strong>$smoke_rev</strong>)
937-
:
938-
'';
939935
my $pugs_rev = $self->version || 'unknown';
940936

941937
return qq{
942938
<em>This page was generated by Text::SmartLinks v$VERSION at $time.<br>
943-
(<a href="https://github.com/perl6/specs/">syn</a> <strong>$pugs_rev</strong>$smoke_info)</em>
939+
(<a href="https://github.com/perl6/specs/">syn</a> <strong>$pugs_rev</strong>)</em>
944940
&nbsp; [ <a href="http://design.perl6.org/">Index of Synopses</a> ]<br>
945941
<a id='__top'></a>
946942
};

0 commit comments

Comments
 (0)