summaryrefslogtreecommitdiff
path: root/web/tutorials/01-installation.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'web/tutorials/01-installation.markdown')
-rw-r--r--web/tutorials/01-installation.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown
index 16e73c8..fb19026 100644
--- a/web/tutorials/01-installation.markdown
+++ b/web/tutorials/01-installation.markdown
@@ -21,7 +21,7 @@ Hakyll.
3. There are also some Linux distro packages:
- - [Debian unstable](http://packages.debian.org/source/sid/haskell-hakyll)
+ - [Debian](https://packages.debian.org/source/stable/haskell-hakyll)
- [Fedora](https://apps.fedoraproject.org/packages/ghc-hakyll)
- [Nix]: `$ nix-env -iA nixos.haskellPackages.hakyll`
@@ -51,11 +51,11 @@ use `cabal new-run site [command]`.
You can build the site using:
- my-site build
+ site build
And preview (and build) it using:
- my-site watch
+ site watch
Using stack
===========