summaryrefslogtreecommitdiffstats
path: root/HACKING.md
diff options
context:
space:
mode:
authorEd Baunton <edbaunton@gmail.com>2016-02-06 22:56:20 (GMT)
committerEd Baunton <edbaunton@gmail.com>2016-02-06 22:56:20 (GMT)
commitd49d111842fa2cf68854a82fe201c3b610b5c52b (patch)
treedcf203c75910a80217d53a7ffc91d99fa17613d5 /HACKING.md
parentbc4f7bf75271601d7fcec04109bf1e4af4c66ad5 (diff)
downloadNinja-d49d111842fa2cf68854a82fe201c3b610b5c52b.zip
Ninja-d49d111842fa2cf68854a82fe201c3b610b5c52b.tar.gz
Ninja-d49d111842fa2cf68854a82fe201c3b610b5c52b.tar.bz2
Add link to mailing list
As a convenience to new users, provide a link to the mailing list.
Diffstat (limited to 'HACKING.md')
-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