From 3be65939efe2aed8153b763156518ae669cfabd2 Mon Sep 17 00:00:00 2001 From: Chen Long <1300851984@qq.com> Date: Wed, 6 Jan 2021 22:39:10 +0800 Subject: [PATCH] update readme test=document_fix (#30154) --- README.md | 6 +++--- README_cn.md | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 38434c21811..6182bb3e684 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Now our developers can acquire Tesla V100 online computing resources for free. I We provide [English](http://www.paddlepaddle.org.cn/documentation/docs/en/1.8/beginners_guide/index_en.html) and [Chinese](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/beginners_guide/index_cn.html) documentation. -- [Basic Deep Learning Models](https://www.paddlepaddle.org.cn/documentation/docs/en/beginners_guide/basics/index_en.html#basic-deep-learning-models) +- [Basic Deep Learning Models](https://www.paddlepaddle.org.cn/documentation/docs/en/beginners_guide/index_en.html) You might want to start from how to implement deep learning basics with PaddlePaddle. @@ -80,7 +80,7 @@ We provide [English](http://www.paddlepaddle.org.cn/documentation/docs/en/1.8/be You might have got the hang of Beginner’s Guide, and wish to model practical problems and build your original networks. -- [Advanced User Guides](https://www.paddlepaddle.org.cn/documentation/docs/en/advanced_usage/index_en.html) +- [Advanced User Guides](https://www.paddlepaddle.org.cn/documentation/docs/en/advanced_guide/index_en.html) So far you have already been familiar with Fluid. And the next step should be building a more efficient model or inventing your original Operator. @@ -90,7 +90,7 @@ We provide [English](http://www.paddlepaddle.org.cn/documentation/docs/en/1.8/be Our new API enables much shorter programs. -- [How to Contribute](http://paddlepaddle.org.cn/documentation/docs/en/1.8/advanced_usage/development/contribute_to_paddle/index_en.html) +- [How to Contribute](https://www.paddlepaddle.org.cn/documentation/docs/en/advanced_guide/addon_development/contribute_code/index_en.html) We appreciate your contributions! diff --git a/README_cn.md b/README_cn.md index f3a95ebaa85..2fe445f18f4 100644 --- a/README_cn.md +++ b/README_cn.md @@ -33,7 +33,7 @@ pip install paddlepaddle-gpu pip install paddlepaddle-gpu==1.8.5.post97 ``` -更多安装信息详见官网 [安装说明](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/beginners_guide/install/index_cn.html) +更多安装信息详见官网 [安装说明](https://www.paddlepaddle.org.cn/install/quick) PaddlePaddle用户可领取**免费Tesla V100在线算力资源**,训练模型更高效。**每日登陆即送12小时**,**连续五天运行再加送48小时**,[前往使用免费算力](https://ai.baidu.com/support/news?action=detail&id=981)。 @@ -67,27 +67,27 @@ PaddlePaddle用户可领取**免费Tesla V100在线算力资源**,训练模型 我们提供 [英文](http://www.paddlepaddle.org.cn/documentation/docs/en/1.8/beginners_guide/index_en.html) 和 [中文](http://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/beginners_guide/index_cn.html) 文档 -- [深度学习基础教程](https://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/beginners_guide/basics/index_cn.html) +- [深度学习基础教程](https://www.paddlepaddle.org.cn/documentation/docs/zh/beginners_guide/index_cn.html) 或许您想从深度学习基础开始学习飞桨 -- [使用指南](https://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/user_guides/index_cn.html) +- [典型案例](https://www.paddlepaddle.org.cn/documentation/docs/zh/user_guides/index_cn.html) 或许您已经掌握了新手入门阶段的内容,期望可以针对实际问题建模、搭建自己网络 -- [进阶使用](https://www.paddlepaddle.org.cn/documentation/docs/zh/1.8/advanced_usage/index_cn.html) +- [进阶指南](https://www.paddlepaddle.org.cn/documentation/docs/zh/advanced_guide/index_cn.html) 或许您已比较熟练使用PaddlePaddle来完成常规任务,期望获得更高效的模型或者定义自己的Operator -- [API Reference](http://paddlepaddle.org.cn/documentation/docs/zh/1.6/api_cn/index_cn.html) +- [API Reference](https://www.paddlepaddle.org.cn/documentation/docs/zh/api_cn/index_cn.html) 新的API支持代码更少更简洁的程序 -- [贡献方式](http://paddlepaddle.org.cn/documentation/docs/zh/1.8/advanced_usage/development/contribute_to_paddle/index_cn.html) +- [贡献方式](https://www.paddlepaddle.org.cn/documentation/docs/zh/advanced_guide/addon_development/contribute_code/index_cn.html) 欢迎您的贡献! -- GitLab