]> git.rkrishnan.org Git - functorrent.git/commitdiff
README: add a link to the official spec
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sat, 16 May 2015 06:46:32 +0000 (12:16 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sat, 16 May 2015 06:46:32 +0000 (12:16 +0530)
README.md

index 3a0dad069cc45d3c885874a035434205fbf1b285..4885b0ee28aa380009cb1f89762a675532ea8b61 100644 (file)
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ shell which has all the package dependencies installed.
 - 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 ([official spec](http://bittorrent.org/beps/bep_0003.html), [unofficial 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