commit dc0568c875ac1a9af970cf2431622272c1b7881e
parent 039efc30cd8d4d7b8e9cd8582edd386688b9877f
Author: Jared Tobin <jared@jtobin.ca>
Date: Wed, 3 Feb 2016 19:30:02 +1300
Fix URLs in README. [ci skip]
Diffstat:
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
@@ -28,9 +28,9 @@ transition operators from existing ones:
This library also re-exports a number of production-quality transition
operators from the
-[mighty-metropolis](hackage.haskell.org/package/mighty-metropolis),
-[speedy-slice](hackage.haskell.org/package/speedy-slice), and
-[hasty-hamiltonian](hackage.haskell.org/package/hasty-hamiltonian) libraries.
+[mighty-metropolis](https://hackage.haskell.org/package/mighty-metropolis),
+[speedy-slice](https://hackage.haskell.org/package/speedy-slice), and
+[hasty-hamiltonian](https://hackage.haskell.org/package/hasty-hamiltonian) libraries.
Markov chains can then be run over arbitrary `Target`s using whatever
transition operator is desired.
@@ -57,9 +57,8 @@ transition operator is desired.
## Installation
-Installing is best done via
-[stack](https://github.com/commercialhaskell/stack), which will pull down
-everything you might need (including GHC).
+Installing is best done via [stack](http://haskellstack.org), which will pull
+down everything you might need (including GHC).
```
$ stack install declarative