From 8387808d6ee62a3d1cfe71ecd3e2e0a5f63b49f3 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Tue, 22 Aug 2017 19:26:57 +0100 Subject: [PATCH] Fix README with relative links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ----