about summary refs log tree commit homepage
path: root/HACKING
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-05-06 06:36:16 +0000
committerEric Wong <e@80x24.org>2014-05-06 06:55:14 +0000
commit422f9589a28e4e47f02232b6b63729d28bed6b3f (patch)
treee2f79af0fbd1dec67e10bb516a003d02a511b685 /HACKING
parent27ae210dde9228cfa96ea6b0f3a7e4047d3f70a4 (diff)
downloadunicorn-422f9589a28e4e47f02232b6b63729d28bed6b3f.tar.gz
Update the old mailing list info with our new public-inbox info.
The old mongrel.rubyforge.org links have been dead for years,
oh well.  There's only a few days left of RubyForge left...
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING9
1 files changed, 6 insertions, 3 deletions
diff --git a/HACKING b/HACKING
index 111a6a8..acb9f9d 100644
--- a/HACKING
+++ b/HACKING
@@ -66,8 +66,9 @@ Please wrap documentation at 72 characters-per-line or less (long URLs
 are exempt) so it is comfortably readable from terminals.
 
 When referencing mailing list posts, use
-"http://mid.gmane.org/$MESSAGE_ID" if possible since the Message-ID
-remains searchable even if Gmane becomes unavailable.
+"http://bogomips.org/unicorn-public/m/$MESSAGE_ID.html" if possible
+since the Message-ID remains searchable even if a particular site
+becomes unavailable.
 
 === Ruby/C Compatibility
 
@@ -103,7 +104,9 @@ preferred because they allow code review and comments in the reply to
 the patch.
 
 We will adhere to mostly the same conventions for patch submissions as
-git itself.  See the Documentation/SubmittingPatches document
+git itself.  See the
+{SubmittingPatches}[https://git.kernel.org/cgit/git/git.git/tree/Documentation/SubmittingPatches]
+document
 distributed with git on on patch submission guidelines to follow.  Just
 don't email the git mailing list or maintainer with Unicorn patches :)