Fix incorrect docs (#87)

This commit is contained in:
Connor Prussin 2017-10-26 17:42:08 -04:00 committed by GitHub
parent 0fa3d1a90c
commit a488d21108
2 changed files with 3 additions and 2 deletions

View File

@ -46,7 +46,8 @@ under [Documentation/Examples](./docs/Examples).
All examples should have corresponding integration tests, to ensure that All examples should have corresponding integration tests, to ensure that
examples we promote remain functional. If you plan to contribute examples, examples we promote remain functional. If you plan to contribute examples,
please take a look at [IntegrationSpec.purs](./test/HTTPure/IntegrationSpec.purs). please take a look at
[IntegrationSpec.purs](./test/Test/HTTPure/IntegrationSpec.purs).
### Code ### Code

View File

@ -9,7 +9,7 @@ A purescript HTTP server framework.
HTTPure is: HTTPure is:
- Well-tested (see our [tests](./test)) - Well-tested (see our [tests](./test/Test))
- Well-documented (see our [documentation](./docs)) - Well-documented (see our [documentation](./docs))
- Built to take advantage of PureScript language features for flexible and - Built to take advantage of PureScript language features for flexible and
extensible routing extensible routing