summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2016-02-07 20:56:19 (GMT)
committerNico Weber <nicolasweber@gmx.de>2016-02-07 20:56:19 (GMT)
commit467b7258976a77c2383dcb08ac75e8a8103fb1dc (patch)
treedcf203c75910a80217d53a7ffc91d99fa17613d5
parentbc4f7bf75271601d7fcec04109bf1e4af4c66ad5 (diff)
parentd49d111842fa2cf68854a82fe201c3b610b5c52b (diff)
downloadNinja-467b7258976a77c2383dcb08ac75e8a8103fb1dc.zip
Ninja-467b7258976a77c2383dcb08ac75e8a8103fb1dc.tar.gz
Ninja-467b7258976a77c2383dcb08ac75e8a8103fb1dc.tar.bz2
Merge pull request #1108 from edbaunton/patch-1
Add link to mailing list
-rw-r--r--HACKING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.md b/HACKING.md
index c544615..c9c6601 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -56,8 +56,8 @@ particular, new build file syntax or command-line flags) or increase
the maintenance burden of Ninja. Ninja is already successfully used
by hundreds of developers for large projects and it already achieves
(most of) the goals I set out for it to do. It's probably best to
-discuss new feature ideas on the mailing list before I shoot down your
-patch.
+discuss new feature ideas on the [mailing list](https://groups.google.com/forum/#!forum/ninja-build)
+before I shoot down your patch.
## Testing