Fix incorrect docs (#87)
This commit is contained in:
parent
0fa3d1a90c
commit
a488d21108
@ -46,7 +46,8 @@ 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,
|
||||
please take a look at [IntegrationSpec.purs](./test/HTTPure/IntegrationSpec.purs).
|
||||
please take a look at
|
||||
[IntegrationSpec.purs](./test/Test/HTTPure/IntegrationSpec.purs).
|
||||
|
||||
### Code
|
||||
|
||||
|
@ -9,7 +9,7 @@ A purescript HTTP server framework.
|
||||
|
||||
HTTPure is:
|
||||
|
||||
- Well-tested (see our [tests](./test))
|
||||
- Well-tested (see our [tests](./test/Test))
|
||||
- Well-documented (see our [documentation](./docs))
|
||||
- Built to take advantage of PureScript language features for flexible and
|
||||
extensible routing
|
||||
|
Loading…
Reference in New Issue
Block a user