From 2d1c929862e43b306656a23400d934d305c02ed5 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 14 May 2020 16:22:06 +0100 Subject: [PATCH] [docs] update link to GitHub anchor conventions (#3085) --- docs/FAQ.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.rst b/docs/FAQ.rst index a2d3eb523a3f..77c1bbe4f15c 100644 --- a/docs/FAQ.rst +++ b/docs/FAQ.rst @@ -290,6 +290,6 @@ We are doing our best to provide universal wheels which have high running speed However, sometimes it's just impossible to guarantee the possibility of usage of LightGBM in any specific environment (see `Microsoft/LightGBM#1743 `__). Therefore, the first thing you should try in case of segfaults is **compiling from the source** using ``pip install --no-binary :all: lightgbm``. -For the OS-specific prerequisites see `this guide `__. +For the OS-specific prerequisites see `this guide `__. Also, feel free to post a new issue in our GitHub repository. We always look at each case individually and try to find a root cause.