about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-06-30 07:46:18 +0000
committerEric Wong <e@80x24.org>2016-06-30 07:47:40 +0000
commit10a26e3c869783673933962d0c38f6d13012f3e8 (patch)
tree2b997d28b897c5103a21dca7d0e1481ada684f69 /lib
parent5f3d08d721c371c00f6bd234f248ce45f137e181 (diff)
downloadpublic-inbox-10a26e3c869783673933962d0c38f6d13012f3e8.tar.gz
This reverts commit a391cf5aaf7181b5e5e20eb240c7ce50cbdf8fa2
as kernel.org is updating again.  Ref:
http://mid.gmane.org/xmqqpor18a2n.fsf@gitster.mtv.corp.google.com
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/View.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index 30339cd4..0d980f13 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -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';