summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--bittorrent.cabal2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e43bf25b..416e06e1 100644
--- a/README.md
+++ b/README.md
@@ -22,8 +22,8 @@ For documentation see haddock generated documentation.
22 22
23[![Build Status][1]][2] 23[![Build Status][1]][2]
24 24
25[1]: https://travis-ci.org/pxqr/bittorrent.png 25[1]: https://travis-ci.org/cobit/bittorrent.png
26[2]: https://travis-ci.org/pxqr/bittorrent 26[2]: https://travis-ci.org/cobit/bittorrent
27 27
28 28
29### Maintainer 29### Maintainer
@@ -33,4 +33,4 @@ This library is written and maintained by Sam T. <pxqr.sta@gmail.com>
33Feel free to report bugs and suggestions via 33Feel free to report bugs and suggestions via
34[github issue tracker][issues] or the mail. 34[github issue tracker][issues] or the mail.
35 35
36[issues]: https://github.com/pxqr/bittorrent/issues/new 36[issues]: https://github.com/cobit/bittorrent/issues/new
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 65e8208d..ae1a06a4 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -18,7 +18,7 @@ description:
18 A library for making Haskell bittorrent applications easy. 18 A library for making Haskell bittorrent applications easy.
19 . 19 .
20 For more information see: 20 For more information see:
21 <https://github.com/pxqr/bittorrent/blob/master/README.md> 21 <https://github.com/cobit/bittorrent/blob/master/README.md>
22 22
23extra-source-files: res/* 23extra-source-files: res/*
24 , README.md 24 , README.md