Commit 8a5b6c21 by Tianqi Chen Committed by GitHub

[DOC] Doc redirection (#119)

* [DOC] Doc redirection

* fix setup url
parent 8f81b355
[![Build Status](https://travis-ci.com/tqchen/tvm.svg?token=ZQpnpAReT4LHdjWAX8jR&branch=master)](https://travis-ci.com/tqchen/tvm)
[![GitHub license](http://dmlc.github.io/img/apache2.svg)](./LICENSE)
[![Build Status](https://travis-ci.com/tqchen/tvm.svg?token=ZQpnpAReT4LHdjWAX8jR&branch=master)](https://travis-ci.com/dmlc/tvm)
[Installation](docs/how_to/install.md) |
[Documentation](docs) |
......
......@@ -8,7 +8,7 @@ scratch on various systems. It consists of two steps:
To get started, clone tvm repo from github. It is important to clone the submodules along, with ```--recursive``` option.
```bash
git clone --recursive ssh://git@github.com/tqchen/tvm
git clone --recursive ssh://git@github.com/dmlc/tvm
```
For windows users who use github tools, you can open the git shell, and type the following command.
```bash
......
......@@ -75,5 +75,5 @@ setuptools.setup(
'tvm._ffi._cy2', 'tvm._ffi._cy3'
],
data_files=[('tvm', [LIB_PATH[0]])],
url='https://github.com/tqchen/tvm',
url='https://github.com/dmlc/tvm',
ext_modules=config_cython())
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment