This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 4562ddd  Update docs/README link and folder name (#7673)
4562ddd is described below

commit 4562ddd54917e611a47122bd502059e0889a76b9
Author: Alexandra L Johnson <alexandraj...@users.noreply.github.com>
AuthorDate: Wed Aug 30 23:14:51 2017 -0700

    Update docs/README link and folder name (#7673)
    
    * Update docs/README link and folder name
    
    * Update git clone statements
    
    * Update build_all_version.sh
---
 docs/README.md                       | 4 ++--
 docs/build_version_doc/AddVersion.py | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/README.md b/docs/README.md
index 8fd0592..35c6d3e 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -2,12 +2,12 @@
 
 A built version of document is available at http://mxnet.io
 
-To build the documents locally, we need to first install [docker](docker.com).
+To build the documents locally, we need to first install 
[docker](https://docker.com).
 Then use the following commands to clone and
 build the documents.
 
 ```bash
-git clone --recursive https://github.com/apache/incubator-mxnet.git
+git clone --recursive https://github.com/apache/incubator-mxnet.git mxnet
 cd mxnet && make docs
 ```
 
diff --git a/docs/build_version_doc/AddVersion.py 
b/docs/build_version_doc/AddVersion.py
index e5569a0..f7abdbf 100755
--- a/docs/build_version_doc/AddVersion.py
+++ b/docs/build_version_doc/AddVersion.py
@@ -90,7 +90,7 @@ if __name__ == '__main__':
             pip_pattern = ['', '-cu80', '-cu75', '-cu80mkl', '-cu75mkl', 
'-mkl']
             if args.current_version == 'master':
                 outstr = outstr.replace('git clone --recursive 
https://github.com/dmlc/mxnet',
-                                        'git clone --recursive 
https://github.com/apache/incubator-mxnet.git')
+                                        'git clone --recursive 
https://github.com/apache/incubator-mxnet.git mxnet')
                 for trail in pip_pattern:
                     outstr = outstr.replace('pip install mxnet%s<' % (trail),
                                             'pip install mxnet%s --pre<' % 
(trail))
@@ -98,7 +98,7 @@ if __name__ == '__main__':
                                             'pip install mxnet%s --pre\n<' % 
(trail))
             else:
                 outstr = outstr.replace('git clone --recursive 
https://github.com/dmlc/mxnet',
-                                        'git clone --recursive 
https://github.com/apache/incubator-mxnet.git '
+                                        'git clone --recursive 
https://github.com/apache/incubator-mxnet.git mxnet '
                                         '--branch %s' % (args.current_version))
                 for trail in pip_pattern:
                     outstr = outstr.replace('pip install mxnet%s<' % (trail),

-- 
To stop receiving notification emails like this one, please contact
['"comm...@mxnet.apache.org" <comm...@mxnet.apache.org>'].

Reply via email to