summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-03-17 19:42:06 +0100
committerMiguel <m.i@gmx.at>2019-03-17 19:42:06 +0100
commit7bd949580f7876d5bebf9faa18a05aaa98903a05 (patch)
tree2b987efbc2d03551d9deb74d509bc7cb98ef6435 /README.md
parent20d1a1a50e1f71d579dc37b5b85398822b976c00 (diff)
embed links in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 8397a9a..f279975 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,11 @@
This repo holds a collection of some of my Haskell sources:
-* ./base64/ - encoder / decoder
-* ./calcGTK/ - Parsing with Parsec and GUI with GTK
-* ./freedomain/ - simple multithreaded domain checker based on DNS lookup
-* ./hulls/ - find convex and concave hulls for a set of points
-* ./parser/ - experimenting with applicative and monadic parsing
-* ./rfid/ - location from signal strength
-* ./simpleSVG/ - my tiny minimalistic SVG generator
-* ./snip/ - some random code snippets
+* [./base64/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=base64) - encoder / decoder
+* [./calcGTK/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=calcGTK) - Parsing with Parsec and GUI with GTK
+* [./freedomain/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=freedomain) - simple multithreaded domain checker based on DNS lookup
+* [./hulls/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=hulls) - find convex and concave hulls for a set of points
+* [./parser/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=parser) - experimenting with applicative and monadic parsing
+* [./rfid/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=rfid) - location from signal strength
+* [./simpleSVG/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=simpleSVG) - my tiny minimalistic SVG generator
+* [./snip/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=snip) - some random code snippets