Fix some bad links in the guides
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user