Fix README with relative links

This commit is contained in:
Stephen Diehl
2017-08-22 19:26:57 +01:00
committed by GitHub
parent 2cd38fcb03
commit 8387808d6e
+3 -3
View File
@@ -113,9 +113,9 @@ Structure
Protolude's main modules are the following:
* [Protolude.hs](https://github.com/sdiehl/protolude/blob/master/src/Protolude.hs)
* [Base.hs](https://github.com/sdiehl/protolude/blob/master/src/Base.hs)
* [Show.hs](https://github.com/sdiehl/protolude/blob/master/src/Show.hs)
* [Conv.hs](https://github.com/sdiehl/protolude/blob/master/src/Conv.hs)
* [Base.hs](https://github.com/sdiehl/protolude/blob/master/src/Protolude/Base.hs)
* [Show.hs](https://github.com/sdiehl/protolude/blob/master/src/Protolude/Show.hs)
* [Conv.hs](https://github.com/sdiehl/protolude/blob/master/src/Protolude/Conv.hs)
FAQs
----