Move style_guide.md and building.md to docs/

This commit is contained in:
Riley Labrecque 2016-01-05 04:57:33 -06:00
parent ca135eb0e7
commit d33795e78f
4 changed files with 4 additions and 4 deletions

View File

@ -26,9 +26,9 @@ could result in the project being terminated, so just don't do it.
## Style Guide
Please read over [style_guide.md](style_guide.md) before sending pull requests
Please read over [style_guide.md](docs/style_guide.md) before sending pull requests
and ensure your code is clean as the buildbot (or I) will make you to fix it :)
[style_guide.md](style_guide.md) has information about using `xb format` and
[style_guide.md](docs/style_guide.md) has information about using `xb format` and
various IDE auto formatting tools so that you can avoid having to clean things
up later, so be sure to check it out.

View File

@ -60,8 +60,8 @@ run premake for project files/etc.
## Building
See [building.md](building.md) for setup and information about the
`xb` script. When writing code, check the [style guide](style_guide.md)
See [building.md](docs/building.md) for setup and information about the
`xb` script. When writing code, check the [style guide](docs/style_guide.md)
and be sure to run clang-format!
## Contributors Wanted!