1
1
mirror of https://github.com/tweag/ormolu.git synced 2024-09-11 21:27:46 +03:00

Update links in the readme to make them work outside of GitHub

Relative links work fine on GitHub, but not on e.g. Hackage.
This commit is contained in:
mrkkrp 2019-10-22 21:58:57 +02:00
parent 43c6f45634
commit f83f6fd1da
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C

View File

@ -103,7 +103,7 @@ $ ormolu --mode inplace Module.hs
We know of the following editor integrations:
* [Emacs][emacs-package]
* [VS Code](https://marketplace.visualstudio.com/items?itemName=sjurmillidahl.ormolu-vscode)
* [VS Code][vs-code-plugin]
## Running on Hackage
@ -121,14 +121,17 @@ into Ormolu).
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md).
See [CONTRIBUTING.md][contributing].
## License
See [LICENSE.md](./LICENSE.md).
See [LICENSE.md][license].
Copyright © 2018present Tweag I/O
[design]: ./DESIGN.md#cpp
[design]: https://github.com/tweag/ormolu/blob/master/DESIGN.md#cpp
[contributing]: https://github.com/tweag/ormolu/blob/master/CONTRIBUTING.md
[license]: https://github.com/tweag/ormolu/blob/master/LICENSE.md
[haskell-src-exts]: https://hackage.haskell.org/package/haskell-src-exts
[emacs-package]: https://github.com/vyorkin/ormolu.el
[vs-code-plugin]: https://marketplace.visualstudio.com/items?itemName=sjurmillidahl.ormolu-vscode