From c22e90d5d2df82e03fbab24dd4bc63f47a7b7fc4 Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Sun, 4 Nov 2018 05:22:53 -0800 Subject: [PATCH] Correct typo --- doc/build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.rst b/doc/build.rst index d9b5bab08..36ba206c5 100644 --- a/doc/build.rst +++ b/doc/build.rst @@ -161,7 +161,7 @@ To build with MinGW, type: cp make/mingw64.mk config.mk; make -j4 -See :ref:`_mingw_python` for buildilng XGBoost for Python. +See :ref:`mingw_python` for buildilng XGBoost for Python. Compile XGBoost with Microsoft Visual Studio --------------------------------------------