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
+2 -2
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!