Rename /docs -> /doc

pull/35/head
Lennart Spitzner 2017-05-22 16:51:49 +02:00
parent 72c87b7b4e
commit 2dfa691f9e
11 changed files with 3 additions and 3 deletions

View File

@ -107,4 +107,4 @@ linear in the size of the input (although the constant factor is not small).
# Implementation/High-level Documentation # Implementation/High-level Documentation
[See the documentation index](docs/implementation/index.md) [See the documentation index](doc/implementation/index.md)

View File

@ -4,9 +4,9 @@ synopsis: Haskell source code formatter
description: { description: {
See <https://github.com/lspitzner/brittany/blob/master/README.md the README> See <https://github.com/lspitzner/brittany/blob/master/README.md the README>
If you are interested in the implementation, have a look at <https://github.com/lspitzner/brittany/blob/master/docs/implementation/theory.md this document>; If you are interested in the implementation, have a look at <https://github.com/lspitzner/brittany/blob/master/doc/implementation/theory.md this document>;
The implementation is documented in more detail <https://github.com/lspitzner/brittany/blob/master/docs/implementation/index.md here>. The implementation is documented in more detail <https://github.com/lspitzner/brittany/blob/master/doc/implementation/index.md here>.
} }
license: AllRightsReserved license: AllRightsReserved
-- license-file: LICENSE -- license-file: LICENSE