From a488d21108a3cc099b79126a2a3911d75c753f38 Mon Sep 17 00:00:00 2001 From: Connor Prussin Date: Thu, 26 Oct 2017 17:42:08 -0400 Subject: [PATCH] Fix incorrect docs (#87) --- Contributing.md | 3 ++- Readme.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Contributing.md b/Contributing.md index d57a71e..c4eb2f0 100644 --- a/Contributing.md +++ b/Contributing.md @@ -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 diff --git a/Readme.md b/Readme.md index c9e26ab..4ef1d26 100644 --- a/Readme.md +++ b/Readme.md @@ -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