diff --git a/README.md b/README.md index 8ae5008ae..b828869fd 100644 --- a/README.md +++ b/README.md @@ -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 ----