aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-17 14:42:20 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-17 14:42:20 -0700
commitdaad7e17edbf3ebf9b9f9fc3327b9fa664118715 (patch)
tree5f370f67a9fb4ee7e6510159c8b72020c69f18ba /CONTRIBUTING.md
parent921f4b0a6e0c77f8c1d0f48b72d7087a21f5e311 (diff)
Update documentation to refer to yaml, not json
Diffstat (limited to 'CONTRIBUTING.md')
-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`