Skip to content

Commit

Permalink
Update documentation to refer to yaml, not json
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Mar 17, 2016
1 parent 921f4b0 commit daad7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit daad7e1

Please sign in to comment.