]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/View.pm
view: update git-send-email URL
[public-inbox.git] / lib / PublicInbox / View.pm
index 2b6061aeaaa0655cb621a25c2db686871ff58b5f..9fa2a9bdf97c50500d1835d599a73007ce1978f0 100644 (file)
@@ -49,8 +49,7 @@ sub msg_html {
 # /$INBOX/$MESSAGE_ID/#R
 sub msg_reply {
        my ($ctx, $hdr) = @_;
-       my $se_url =
-        'https://kernel.org/pub/software/scm/git/docs/git-send-email.html';
+       my $se_url = 'https://git-htmldocs.bogomips.org/git-send-email.html';
 
        my ($arg, $link) = mailto_arg_link($hdr);
        push @$arg, '/path/to/YOUR_REPLY';