Rename top level directories to be purescript standard

This commit is contained in:
Connor Prussin
2017-07-17 23:16:13 -07:00
parent 699cf18b13
commit a2d81b8606
33 changed files with 20 additions and 22 deletions

View File

@@ -39,10 +39,10 @@ this end, documentation should mostly be provided inline in the codebase, and
should follow the same PR process as other commits.
We also welcome documentation in the form of guides and examples. These should
live in the [Documentation](Documentation) directory. Please ensure all guides
are written in markdown format, and all examples are fully-functional and
live in the [Documentation](docs) directory. Please ensure all guides are
written in markdown format, and all examples are fully-functional and
implemented as self-contained subdirectories
under [Documentation/Examples](Documentation/Examples).
under [Documentation/Examples](docs/Examples).
All examples should have corresponding integration tests, to ensure that
examples we promote remain functional. If you plan to contribute examples,