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

wkcn 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 612b9d1  Update Horovod docs links in README (#15366)
612b9d1 is described below

commit 612b9d1ed441e5af239cab6064b648beba3b99bb
Author: Serge Panev <[email protected]>
AuthorDate: Fri Jul 5 10:09:31 2019 +0900

    Update Horovod docs links in README (#15366)
    
    * Update Horovod docs links in README
    
    Signed-off-by: Serge Panev <[email protected]>
    
    * retrigger CI
    
    * retrigger ci
    
    * Retrigger
    
    * Update README.md
    
    * Retrigger CI
---
 example/distributed_training-horovod/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/example/distributed_training-horovod/README.md 
b/example/distributed_training-horovod/README.md
index bfaf9d9..8c939ea 100644
--- a/example/distributed_training-horovod/README.md
+++ b/example/distributed_training-horovod/README.md
@@ -43,8 +43,8 @@ $ pip install horovod
 ```
 
 This basic installation is good for laptops and for getting to know Horovod.
-If you're installing Horovod on a server with GPUs, read the [Horovod on 
GPU](https://github.com/horovod/horovod/blob/master/docs/gpus.md) page.
-If you want to use Docker, read the [Horovod in 
Docker](https://github.com/horovod/horovod/blob/master/docs/docker.md) page.
+If you're installing Horovod on a server with GPUs, read the [Horovod on 
GPU](https://github.com/horovod/horovod/blob/master/docs/gpus.rst) page.
+If you want to use Docker, read the [Horovod in 
Docker](https://github.com/horovod/horovod/blob/master/docs/docker.rst) page.
 
 ## Install MPI
 MPI is required to run distributed training with Horovod. Install [Open 
MPI](https://www.open-mpi.org/) or another MPI implementation.
@@ -177,7 +177,7 @@ model.fit(train_data,
 # Running Horovod
 
 The example commands below show how to run distributed training. See the 
-[Running 
Horovod](https://github.com/horovod/horovod/blob/master/docs/running.md)
+[Running 
Horovod](https://github.com/horovod/horovod/blob/master/docs/running.rst)
 page for more instructions.
 
 1. To run on a machine with 4 CPUs:
@@ -198,4 +198,4 @@ $ mpirun -np 8 \
     -x NCCL_DEBUG=INFO \
     -mca pml ob1 -mca btl ^openib \
     python train.py
-```
\ No newline at end of file
+```

Reply via email to