Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit ee356a0

Browse files
authored
Merge pull request #491 from shanyi15/shanyi
repair dead links
2 parents 1fa8cbe + 3a2ab7a commit ee356a0

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

README.cn.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# 深度学习入门
22

33
[![Build Status](https://travis-ci.org/PaddlePaddle/book.svg?branch=develop)](https://travis-ci.org/PaddlePaddle/book)
4-
[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://book.paddlepaddle.org/)
5-
[![Documentation Status](https://img.shields.io/badge/中文文档-最新-brightgreen.svg)](http://book.paddlepaddle.org/index.cn.html)
6-
7-
1. [线性回归](http://book.paddlepaddle.org/01.fit_a_line/index.cn.html)
8-
1. [识别数字](http://book.paddlepaddle.org/02.recognize_digits/index.cn.html)
9-
1. [图像分类](http://book.paddlepaddle.org/03.image_classification/index.cn.html)
10-
1. [词向量](http://book.paddlepaddle.org/04.word2vec/index.cn.html)
11-
1. [个性化推荐](http://book.paddlepaddle.org/05.recommender_system/index.cn.html)
12-
1. [情感分析](http://book.paddlepaddle.org/06.understand_sentiment/index.cn.html)
13-
1. [语义角色标注](http://book.paddlepaddle.org/07.label_semantic_roles/index.cn.html)
14-
1. [机器翻译](http://book.paddlepaddle.org/08.machine_translation/index.cn.html)
4+
[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://www.paddlepaddle.org/docs/develop/book/01.fit_a_line/index.html)
5+
[![Documentation Status](https://img.shields.io/badge/中文文档-最新-brightgreen.svg)](http://www.paddlepaddle.org/docs/develop/book/01.fit_a_line/index.cn.html)
6+
7+
1. [线性回归](http://www.paddlepaddle.org/docs/develop/book/01.fit_a_line/index.cn.html)
8+
1. [识别数字](http://www.paddlepaddle.org/docs/develop/book/02.recognize_digits/index.cn.html)
9+
1. [图像分类](http://www.paddlepaddle.org/docs/develop/book/03.image_classification/index.cn.html)
10+
1. [词向量](http://www.paddlepaddle.org/docs/develop/book/04.word2vec/index.cn.html)
11+
1. [个性化推荐](http://www.paddlepaddle.org/docs/develop/book/05.recommender_system/index.cn.html)
12+
1. [情感分析](http://www.paddlepaddle.org/docs/develop/book/06.understand_sentiment/index.cn.html)
13+
1. [语义角色标注](http://www.paddlepaddle.org/docs/develop/book/07.label_semantic_roles/index.cn.html)
14+
1. [机器翻译](http://www.paddlepaddle.org/docs/develop/book/08.machine_translation/index.cn.html)
1515

1616
更多学习内容请访问PaddlePaddle[视频课堂](http://bit.baidu.com/Course/datalist/column/117.html)
1717

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Deep Learning with PaddlePaddle
22

33
[![Build Status](https://travis-ci.org/PaddlePaddle/book.svg?branch=develop)](https://travis-ci.org/PaddlePaddle/book)
4-
[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://book.paddlepaddle.org/)
5-
[![Documentation Status](https://img.shields.io/badge/中文文档-最新-brightgreen.svg)](http://book.paddlepaddle.org/index.cn.html)
6-
7-
1. [Fit a Line](http://book.paddlepaddle.org/01.fit_a_line/)
8-
1. [Recognize Digits](http://book.paddlepaddle.org/02.recognize_digits/)
9-
1. [Image Classification](http://book.paddlepaddle.org/03.image_classification/)
10-
1. [Word to Vector](http://book.paddlepaddle.org/04.word2vec/)
11-
1. [Recommender System](http://book.paddlepaddle.org/05.recommender_system/)
12-
1. [Understand Sentiment](http://book.paddlepaddle.org/06.understand_sentiment/)
13-
1. [Label Semantic Roles](http://book.paddlepaddle.org/07.label_semantic_roles/)
14-
1. [Machine Translation](http://book.paddlepaddle.org/08.machine_translation/)
4+
[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://www.paddlepaddle.org/docs/develop/book/01.fit_a_line/index.html)
5+
[![Documentation Status](https://img.shields.io/badge/中文文档-最新-brightgreen.svg)](http://www.paddlepaddle.org/docs/develop/book/01.fit_a_line/index.cn.html)
6+
7+
1. [Fit a Line](http://www.paddlepaddle.org/docs/develop/book/01.fit_a_line/index.html)
8+
1. [Recognize Digits](http://www.paddlepaddle.org/docs/develop/book/02.recognize_digits/index.html)
9+
1. [Image Classification](http://www.paddlepaddle.org/docs/develop/book/03.image_classification/index.html)
10+
1. [Word to Vector](http://www.paddlepaddle.org/docs/develop/book/04.word2vec/index.html)
11+
1. [Recommender System](http://www.paddlepaddle.org/docs/develop/book/05.recommender_system/index.html)
12+
1. [Understand Sentiment](http://www.paddlepaddle.org/docs/develop/book/06.understand_sentiment/index.html)
13+
1. [Label Semantic Roles](http://www.paddlepaddle.org/docs/develop/book/07.label_semantic_roles/index.html)
14+
1. [Machine Translation](http://www.paddlepaddle.org/docs/develop/book/08.machine_translation/index.html)
1515

1616
## Running the Book
1717

0 commit comments

Comments
 (0)