diff --git a/README.md b/README.md
index 846e9f85be..d72c6f24f0 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ a PPA or other non-official sources, or installing with a manual build.
There are some other useful pages to consult in addition to this section:
- [Building mlpack From Source](http://www.mlpack.org/docs/mlpack-git/doxygen/build.html)
- - [Building mlpack Under Windows](https://github.com/mlpack/mlpack/wiki/WindowsBuild)
+ - [Building mlpack From Source on Windows](http://www.mlpack.org/docs/mlpack-git/doxygen/build_windows.html)
mlpack uses CMake as a build system and allows several flexible build
configuration options. One can consult any of numerous CMake tutorials for
diff --git a/doc/guide/build_windows.hpp b/doc/guide/build_windows.hpp
index 10d05d10fd..645afa7adf 100644
--- a/doc/guide/build_windows.hpp
+++ b/doc/guide/build_windows.hpp
@@ -6,8 +6,15 @@
@section build_windows_intro Introduction
-This document discusses how to build mlpack for Windows from source, so you can later
-create your own C++ applications.
+This document discusses how to build mlpack for Windows from source, so you can
+later create your own C++ applications. There are a couple of other tutorials
+for Windows, but they may be out of date:
+
+ * Github wiki Windows Build page
+ * Keon's tutorial for mlpack 2.0.3
+ * Kirizaki's tutorial for mlpack 2
+
+Those guides could be used in addition to this tutorial.
@section build_windows_env Environment