]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/View.pm
view: fixup bad reference to new_msgid
[public-inbox.git] / lib / PublicInbox / View.pm
index fac53eb9650ec986ca0300ce42b1be2d9e5bb11f..b4f80d1d470bb991be73372d3bc36312f01c4128 100644 (file)
@@ -49,7 +49,8 @@ sub msg_html {
 # /$INBOX/$MESSAGE_ID/#R
 sub msg_reply {
        my ($ctx, $hdr) = @_;
-       my $se_url = 'https://git-htmldocs.bogomips.org/git-send-email.html';
+       my $se_url =
+        'https://kernel.org/pub/software/scm/git/docs/git-send-email.html';
 
        my ($arg, $link) = mailto_arg_link($hdr);
        push @$arg, '/path/to/YOUR_REPLY';
@@ -128,7 +129,7 @@ sub index_entry {
 
        my $mapping = $ctx->{mapping};
        if (!$mapping && $irt) {
-               my $mirt = PublicInbox::Hval->msgid($irt);
+               my $mirt = PublicInbox::Hval->new_msgid($irt);
                my $href = $upfx . $mirt->as_href . '/';
                my $html = $mirt->as_html;
                $rv .= qq(In-Reply-To: &lt;<a\nhref="$href/">$html</a>&gt;\n)