Skip to content

Commit 709169e

Browse files
authored
fixed link error for install doc in develop (PaddlePaddle#1098)
* fixed link error for install doc in develop
1 parent 93fb5ac commit 709169e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

doc/fluid/beginners_guide/install/install_CentOS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ CentOS系统下有4种安装方式:
4242

4343
* pip安装(推荐)
4444
* [Docker安装](./install_Docker.html)
45-
* [源码编译安装](./compile/compile_CentOS.html/#ct_source)
46-
* [Docker源码编译安装](./compile/compile_CentOS.html/#ct_docker)
45+
* [源码编译安装](./compile/compile_CentOS.html#ct_source)
46+
* [Docker源码编译安装](./compile/compile_CentOS.html#ct_docker)
4747

4848
这里为您介绍pip安装方式
4949

doc/fluid/beginners_guide/install/install_MacOS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ MacOS系统下有4种安装方式:
2121

2222
* pip安装(推荐)
2323
* [Docker安装](./install_Docker.html)
24-
* [源码编译安装](./compile/compile_MacOS.html/#mac_source)
25-
* [Docker源码编译安装](./compile/compile_MacOS.html/#mac_docker)
24+
* [源码编译安装](./compile/compile_MacOS.html#mac_source)
25+
* [Docker源码编译安装](./compile/compile_MacOS.html#mac_docker)
2626

2727
这里为您介绍pip安装方式
2828

doc/fluid/beginners_guide/install/install_Ubuntu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Ubuntu系统下有4种安装方式:
4343

4444
* pip安装(推荐)
4545
* [Docker安装](./install_Docker.html)
46-
* [源码编译安装](./compile/compile_Ubuntu.html/#ubt_source)
47-
* [Docker源码编译安装](./compile/compile_Ubuntu.html/#ubt_docker)
46+
* [源码编译安装](./compile/compile_Ubuntu.html#ubt_source)
47+
* [Docker源码编译安装](./compile/compile_Ubuntu.html#ubt_docker)
4848

4949
这里为您介绍pip安装方式
5050

doc/fluid/beginners_guide/install/install_Windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Windows系统下有3种安装方式:
2929

3030
* pip安装(推荐)
3131
* [Docker安装](./install_Docker.html)
32-
* [源码编译安装](./compile/compile_Windows.html/#win_source)
32+
* [源码编译安装](./compile/compile_Windows.html#win_source)
3333

3434
这里为您介绍pip安装方式
3535

0 commit comments

Comments
 (0)