From d52855cab40a306aaeec7851cb0a5b01c5e19a02 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Fri, 29 Jan 2016 12:19:46 -0800 Subject: [PATCH] Link how-to-doc.md in devel/README.md --- docs/devel/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/devel/README.md b/docs/devel/README.md index 4a0498884dc..4128e00179e 100644 --- a/docs/devel/README.md +++ b/docs/devel/README.md @@ -75,6 +75,9 @@ Guide](../admin/README.md). * **Coding Conventions** ([coding-conventions.md](coding-conventions.md)): Coding style advice for contributors. +* **Document Conventions** ([how-to-doc.md](how-to-doc.md)) + Document style advice for contributors. + * **Running a cluster locally** ([running-locally.md](running-locally.md)): A fast and lightweight local cluster deployment for developement.