From 463b1099f106872bfccaaf748d9e25ea562a85da Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Thu, 21 May 2020 10:48:59 +0800 Subject: [PATCH] fix dead link (#2170) --- doc/fluid/install/install_CentOS.md | 2 +- doc/fluid/install/install_CentOS_en.md | 2 +- doc/fluid/install/install_Ubuntu.md | 2 +- doc/fluid/install/install_Ubuntu_en.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/fluid/install/install_CentOS.md b/doc/fluid/install/install_CentOS.md index 9d4085a44..0f137ff1e 100644 --- a/doc/fluid/install/install_CentOS.md +++ b/doc/fluid/install/install_CentOS.md @@ -56,7 +56,7 @@ python3 -c "import platform;print(platform.architecture()[0]);print(platform.machine())" * 默认提供的安装包需要计算机支持MKL -* 如果您对机器环境不了解,请下载使用[快速安装脚本](https://fast-install.bj.bcebos.com/fast_install.sh),配套说明请参考[这里](https://github.com/PaddlePaddle/FluidDoc/tree/develop/doc/fluid/beginners_guide/install/install_script.md)。 +* 如果您对机器环境不了解,请下载使用[快速安装脚本](https://fast-install.bj.bcebos.com/fast_install.sh),配套说明请参考[这里](https://github.com/PaddlePaddle/FluidDoc/tree/develop/doc/fluid/install/install_script.md)。 ## 选择CPU/GPU diff --git a/doc/fluid/install/install_CentOS_en.md b/doc/fluid/install/install_CentOS_en.md index 36837c186..cf42280ee 100644 --- a/doc/fluid/install/install_CentOS_en.md +++ b/doc/fluid/install/install_CentOS_en.md @@ -57,7 +57,7 @@ python3 -c "import platform;print(platform.architecture()[0]);print(platform.machine())" * The installation package provided by default requires computer support for MKL -* If you do not know the machine environment, please download and use[Quick install script](https://fast-install.bj.bcebos.com/fast_install.sh), for instructions please refer to[here](https://github.com/PaddlePaddle/FluidDoc/tree/develop/doc/fluid/beginners_guide/install/install_script.md)。 +* If you do not know the machine environment, please download and use[Quick install script](https://fast-install.bj.bcebos.com/fast_install.sh), for instructions please refer to[here](https://github.com/PaddlePaddle/FluidDoc/tree/develop/doc/fluid/install/install_script.md)。 ## Choose CPU/GPU diff --git a/doc/fluid/install/install_Ubuntu.md b/doc/fluid/install/install_Ubuntu.md index 02be6f4b0..8c522532e 100644 --- a/doc/fluid/install/install_Ubuntu.md +++ b/doc/fluid/install/install_Ubuntu.md @@ -57,7 +57,7 @@ python3 -c "import platform;print(platform.architecture()[0]);print(platform.machine())" * 默认提供的安装包需要计算机支持MKL -* 如果您对机器环境不了解,请下载使用[快速安装脚本](https://fast-install.bj.bcebos.com/fast_install.sh),配套说明请参考[这里](https://github.com/PaddlePaddle/FluidDoc/tree/develop/doc/fluid/beginners_guide/install/install_script.md)。 +* 如果您对机器环境不了解,请下载使用[快速安装脚本](https://fast-install.bj.bcebos.com/fast_install.sh),配套说明请参考[这里](https://github.com/PaddlePaddle/FluidDoc/tree/develop/doc/fluid/install/install_script.md)。 ## 选择CPU/GPU diff --git a/doc/fluid/install/install_Ubuntu_en.md b/doc/fluid/install/install_Ubuntu_en.md index 57b3bcb9b..8c6b749a1 100644 --- a/doc/fluid/install/install_Ubuntu_en.md +++ b/doc/fluid/install/install_Ubuntu_en.md @@ -57,7 +57,7 @@ python3 -c "import platform;print(platform.architecture()[0]);print(platform.machine())" * The installation package provided by default requires computer support for MKL -* If you do not know the machine environment, please download and use[Quick install script](https://fast-install.bj.bcebos.com/fast_install.sh), please refer to[here](https://github.com/PaddlePaddle/FluidDoc/tree/develop/doc/fluid/beginners_guide/install/install_script.md). +* If you do not know the machine environment, please download and use[Quick install script](https://fast-install.bj.bcebos.com/fast_install.sh), please refer to[here](https://github.com/PaddlePaddle/FluidDoc/tree/develop/doc/fluid/install/install_script.md). ## Choose CPU/GPU -- GitLab