Skip to content

Commit

Permalink
Merge pull request #2358 from luotao1/fix_link
Browse files Browse the repository at this point in the history
fix Broken link to DL 101 book
  • Loading branch information
lcy-seso authored Jun 2, 2017
2 parents 1b83092 + e73e5cd commit e556161
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ before_install:
- if [[ "$JOB" == "PRE_COMMIT" ]]; then sudo ln -s /usr/bin/clang-format-3.8 /usr/bin/clang-format; fi
# Paddle is using protobuf 3.1 currently. Protobuf 3.2 breaks the compatibility. So we specify the python
# protobuf version.
- pip install numpy wheel 'protobuf==3.1' sphinx recommonmark sphinx-rtd-theme==0.1.9 virtualenv pre-commit requests==2.9.2 LinkChecker
- pip install numpy wheel 'protobuf==3.1' sphinx==1.5.6 recommonmark sphinx-rtd-theme==0.1.9 virtualenv pre-commit requests==2.9.2 LinkChecker
- |
function timeout() { perl -e 'alarm shift; exec @ARGV' "$@"; }
script:
Expand Down
2 changes: 1 addition & 1 deletion doc/getstarted/index_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
build_and_install/index_cn.rst
concepts/use_concepts_cn.rst

- `深度学习入门课程 <http://book.paddlepaddle.org/>`_
- `深度学习入门课程 <http://book.paddlepaddle.org/index.cn.html>`_
2 changes: 1 addition & 1 deletion doc/getstarted/index_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ GET STARTED

build_and_install/index_en.rst

- `Deep Learning 101 <http://book.paddlepaddle.org/index.en.html>`_
- `Deep Learning 101 <http://book.paddlepaddle.org/index.html>`_

0 comments on commit e556161

Please sign in to comment.