diff --git a/.gitignore b/.gitignore
index f3cafdcf39..6bcdedc053 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,4 +19,4 @@ tags
/*.iml
/src/highlight.js
/src/style.css
-/doc/_build
+/_site/
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1d0e0f8c51..aaa3ef504f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,7 +2,7 @@
## Bug Reports
-Before reporting a bug, please ensure that you are using the latest release (currently stack-1.0.2). See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade.html#upgrade) to upgrade.
+Before reporting a bug, please ensure that you are using the latest release (currently stack-1.0.2). See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.
When reporting a bug, please write in the following format:
diff --git a/ChangeLog.md b/ChangeLog.md
index 702ac61d3b..be729f0f29 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -45,7 +45,7 @@ Release notes:
- Arch Linux: Stack has been adopted into the
[official community repository](https://www.archlinux.org/packages/community/x86_64/stack/),
so we will no longer be updating the AUR with new versions. See the
- [install/upgrade guide](http://docs.haskellstack.org/en/stable/install_and_upgrade.html#arch-linux)
+ [install/upgrade guide](http://docs.haskellstack.org/en/stable/install_and_upgrade/#arch-linux)
for current download instructions.
Major changes:
@@ -180,16 +180,16 @@ Release notes:
source code, so please check the links on the website before submitting a PR
to fix them.
* The locations of the
- [Ubuntu](http://docs.haskellstack.org/en/stable/install_and_upgrade.html#ubuntu)
+ [Ubuntu](http://docs.haskellstack.org/en/stable/install_and_upgrade/#ubuntu)
and
- [Debian](http://docs.haskellstack.org/en/stable/install_and_upgrade.html#debian)
+ [Debian](http://docs.haskellstack.org/en/stable/install_and_upgrade/#debian)
package repositories have changed to have correct URL semantics according to
Debian's guidelines
[#1378](https://github.com/commercialhaskell/stack/issues/1378). The old
locations will continue to work for some months, but we suggest that you
adjust your `/etc/apt/sources.list.d/fpco.list` to the new location to avoid
future disruption.
-* [openSUSE and SUSE Linux Enterprise](http://docs.haskellstack.org/en/stable/install_and_upgrade.html#opensuse-suse-linux-enterprise)
+* [openSUSE and SUSE Linux Enterprise](http://docs.haskellstack.org/en/stable/install_and_upgrade/#opensuse-suse-linux-enterprise)
packages are now available, thanks to [@mimi1vx](https://github.com/mimi1vx).
Note: there will be some lag before these pick up new versions, as they are
based on Stackage LTS.
@@ -244,7 +244,7 @@ Major changes:
* GHCJS can now be used with stackage snapshots via the new `compiler` field.
* Windows installers are now available:
- [download them here](http://docs.haskellstack.org/en/stable/install_and_upgrade.html#windows)
+ [download them here](http://docs.haskellstack.org/en/stable/install_and_upgrade/#windows)
[#613](https://github.com/commercialhaskell/stack/issues/613)
* Docker integration works with non-FPComplete generated images
[#531](https://github.com/commercialhaskell/stack/issues/531)
@@ -458,7 +458,7 @@ Major changes:
* Respect TemplateHaskell addDependentFile dependency changes ([#105](https://github.com/commercialhaskell/stack/issues/105))
* TH dependent files are taken into account when determining whether a package needs to be built.
* Overhauled target parsing, added `--test` and `--bench` options [#651](https://github.com/commercialhaskell/stack/issues/651)
- * For details, see [Build commands documentation](http://docs.haskellstack.org/en/stable/build_command.html)
+ * For details, see [Build commands documentation](http://docs.haskellstack.org/en/stable/build_command/)
Other enhancements:
diff --git a/GUIDE.md b/GUIDE.md
deleted file mode 100644
index 819f58b94d..0000000000
--- a/GUIDE.md
+++ /dev/null
@@ -1,8 +0,0 @@
-##### Please Note:
-The __GUIDE__ document has [moved to a new location](http://docs.haskellstack.org/en/stable/GUIDE.html).
-The file you're viewing now remains as a pointer to the new file for a limited time.
-Please update your personal links as needed.
-
-
-*Maintainer note:*
-*This file location was deprecated 2015 September; its planned removal date is 2016 January.*
diff --git a/doc/CONTRIBUTING.html b/doc/CONTRIBUTING.html
new file mode 100644
index 0000000000..0e9ecd428a
--- /dev/null
+++ b/doc/CONTRIBUTING.html
@@ -0,0 +1,19 @@
+
+
+
+