aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreecha@users.noreply.github.com>2016-03-18 09:12:39 -0700
committerGravatar Sree Kuchibhotla <sreecha@users.noreply.github.com>2016-03-18 09:12:39 -0700
commit8cdf3dd6ef3a6845955adf81a9e6b505d06bbf72 (patch)
tree498a4f5abad081f444c551503e52870c8012803b
parent8773076c05108f64d294610a4db8e4b9aeb6b79b (diff)
parentdaad7e17edbf3ebf9b9f9fc3327b9fa664118715 (diff)
Merge pull request #5800 from ctiller/contrib
Update documentation to refer to yaml, not json
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b4e958d3b2..35eb5e6138 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -59,7 +59,7 @@ Each language uses its own build system to work. Currently, the root's Makefile
and the Visual Studio project files are building only the C and C++ source code.
In order to ease the maintenance of these files, we have a
template system. Please do not contribute manual changes to any of the generated
-files. Instead, modify the template files, or the build.json file, and
+files. Instead, modify the template files, or the build.yaml file, and
re-generate the project files using the following command:
`./tools/buildgen/generate_projects.sh`