Fix some bad links in the guides

This commit is contained in:
Connor Prussin
2017-07-10 12:52:06 -07:00
parent 45b2dc69b6
commit 4408ad399d
2 changed files with 11 additions and 10 deletions

View File

@@ -39,13 +39,14 @@ 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 [docs](docs) directory. Please ensure all guides are written in
markdown format, and all examples are fully-functional and implemented as
self-contained subdirectories under [docs/examples](docs/examples).
live in the [Documentation](Documentation) 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).
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/HTTPure/IntegrationSpec.purs).
### Code