]> git.rkrishnan.org Git - functorrent.git/commitdiff
fix broken links
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 16 Feb 2015 14:04:26 +0000 (19:34 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 16 Feb 2015 14:04:26 +0000 (19:34 +0530)
README

diff --git a/README b/README
index d63a0d3be0d38fd4295fcec34d2eef505fe0fc9e..7d9b629b47b5f51419ac25fc2d6036d92253a7b1 100644 (file)
--- a/README
+++ b/README
@@ -17,10 +17,10 @@ Goals
 - Become more profient with Haskell.
 - Implement something non-trivial with Haskell (crypto, file operations, network
   operations, concurrency, bit twiddling, DHT).
-- Follow the spec. (<https://wiki.theory.org/BitTorrentSpecification>)
+- Follow the spec - https://wiki.theory.org/BitTorrentSpecification
 - Easy for newbies like me to read and understand along side the spec.
 - doctest and quickcheck tests.
-- Follow Haskell Style Guide (<https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md>)
+- Follow Haskell Style Guide - https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md
 
 Status
 ------