Skip to content

Commit

Permalink
fixed link error for install doc in develop (PaddlePaddle#1098)
Browse files Browse the repository at this point in the history
* fixed link error for install doc in develop
  • Loading branch information
JepsonWong authored Aug 15, 2019
1 parent 93fb5ac commit 709169e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions doc/fluid/beginners_guide/install/install_CentOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ CentOS系统下有4种安装方式:

* pip安装(推荐)
* [Docker安装](./install_Docker.html)
* [源码编译安装](./compile/compile_CentOS.html/#ct_source)
* [Docker源码编译安装](./compile/compile_CentOS.html/#ct_docker)
* [源码编译安装](./compile/compile_CentOS.html#ct_source)
* [Docker源码编译安装](./compile/compile_CentOS.html#ct_docker)

这里为您介绍pip安装方式

Expand Down
4 changes: 2 additions & 2 deletions doc/fluid/beginners_guide/install/install_MacOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ MacOS系统下有4种安装方式:

* pip安装(推荐)
* [Docker安装](./install_Docker.html)
* [源码编译安装](./compile/compile_MacOS.html/#mac_source)
* [Docker源码编译安装](./compile/compile_MacOS.html/#mac_docker)
* [源码编译安装](./compile/compile_MacOS.html#mac_source)
* [Docker源码编译安装](./compile/compile_MacOS.html#mac_docker)

这里为您介绍pip安装方式

Expand Down
4 changes: 2 additions & 2 deletions doc/fluid/beginners_guide/install/install_Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Ubuntu系统下有4种安装方式:

* pip安装(推荐)
* [Docker安装](./install_Docker.html)
* [源码编译安装](./compile/compile_Ubuntu.html/#ubt_source)
* [Docker源码编译安装](./compile/compile_Ubuntu.html/#ubt_docker)
* [源码编译安装](./compile/compile_Ubuntu.html#ubt_source)
* [Docker源码编译安装](./compile/compile_Ubuntu.html#ubt_docker)

这里为您介绍pip安装方式

Expand Down
2 changes: 1 addition & 1 deletion doc/fluid/beginners_guide/install/install_Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Windows系统下有3种安装方式:

* pip安装(推荐)
* [Docker安装](./install_Docker.html)
* [源码编译安装](./compile/compile_Windows.html/#win_source)
* [源码编译安装](./compile/compile_Windows.html#win_source)

这里为您介绍pip安装方式

Expand Down

0 comments on commit 709169e

Please sign in to comment.