Skip to content

Commit 7117641

Browse files
authored
Merge pull request #13193 from PaddlePaddle/fix-deadlinks-in-readme
fix deadlinks in readme
2 parents 6bc16ff + a3b2bce commit 7117641

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,33 +76,26 @@ pip install paddlepaddle-gpu==0.14.0.post85
7676

7777
## Installation
7878

79-
It is recommended to check out the
80-
[Docker installation guide](http://www.paddlepaddle.org/docs/develop/documentation/fluid/en/build_and_install/docker_install_en.html)
81-
before looking into the
82-
[build from source guide](http://www.paddlepaddle.org/docs/develop/documentation/fluid/en/build_and_install/build_from_source_en.html).
79+
It is recommended to read [this doc](http://paddlepaddle.org/documentation/docs/zh/0.14.0/new_docs/beginners_guide/install/install_doc.html) on our website.
8380

8481
## Documentation
8582

86-
We provide [English](http://www.paddlepaddle.org/docs/develop/documentation/en/getstarted/index_en.html) and
87-
[Chinese](http://www.paddlepaddle.org/docs/develop/documentation/zh/getstarted/index_cn.html) documentation.
83+
We provide [English](http://paddlepaddle.org/documentation/docs/en/0.14.0/getstarted/index_en.html) and
84+
[Chinese](http://paddlepaddle.org/documentation/docs/zh/0.14.0/new_docs/beginners_guide/index.html) documentation.
8885

89-
- [Deep Learning 101](http://www.paddlepaddle.org/docs/develop/book/01.fit_a_line/index.html)
86+
- [Deep Learning 101](https://github.com/PaddlePaddle/book)
9087

9188
You might want to start from this online interactive book that can run in a Jupyter Notebook.
9289

93-
- [Distributed Training](http://www.paddlepaddle.org/docs/develop/documentation/en/howto/cluster/index_en.html)
90+
- [Distributed Training](http://paddlepaddle.org/documentation/docs/zh/0.14.0/new_docs/user_guides/howto/training/cluster_howto.html)
9491

9592
You can run distributed training jobs on MPI clusters.
9693

97-
- [Distributed Training on Kubernetes](http://www.paddlepaddle.org/docs/develop/documentation/en/howto/cluster/multi_cluster/k8s_en.html)
98-
99-
You can also run distributed training jobs on Kubernetes clusters.
100-
101-
- [Python API](http://www.paddlepaddle.org/docs/develop/api/en/overview.html)
94+
- [Python API](http://paddlepaddle.org/documentation/api/zh/0.14.0/fluid.html)
10295

10396
Our new API enables much shorter programs.
10497

105-
- [How to Contribute](http://www.paddlepaddle.org/docs/develop/documentation/fluid/en/dev/contribute_to_paddle_en.html)
98+
- [How to Contribute](http://paddlepaddle.org/documentation/docs/zh/0.14.0/new_docs/advanced_usage/development/contribute_to_paddle.html)
10699

107100
We appreciate your contributions!
108101

0 commit comments

Comments
 (0)