FIX typo in doc (#2892)

* FIX link

* typo
This commit is contained in:
tomisuker 2017-11-22 02:04:48 +09:00 committed by Sergei Lebedev
parent 8e141427aa
commit 70a4c419e9

View File

@ -26,7 +26,7 @@ even better to send pull request if you can fix the problem.
## Contents ## Contents
- [Build the Shared Library](#build-the-shared-library) - [Build the Shared Library](#build-the-shared-library)
- [Building on Ubuntu/Debian](#building-on-ubuntu-debian) - [Building on Ubuntu/Debian](#building-on-ubuntu-debian)
- [Building on OSX](#building-on-osx) - [Building on macOS](#building-on-macos)
- [Building on Windows](#building-on-windows) - [Building on Windows](#building-on-windows)
- [Building with GPU support](#building-with-gpu-support) - [Building with GPU support](#building-with-gpu-support)
- [Windows Binaries](#windows-binaries) - [Windows Binaries](#windows-binaries)
@ -57,7 +57,7 @@ git clone --recursive https://github.com/dmlc/xgboost
cd xgboost; make -j4 cd xgboost; make -j4
``` ```
### Building on Mac OS X ### Building on macOS
**Install with pip - simple method** **Install with pip - simple method**