Skip to content

Commit

Permalink
[DOC] Doc redirection (apache#119)
Browse files Browse the repository at this point in the history
* [DOC] Doc redirection

* fix setup url
  • Loading branch information
tqchen authored May 4, 2017
1 parent 8f81b35 commit 8a5b6c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![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) |
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]/tqchen/tvm
git clone --recursive ssh://[email protected]/dmlc/tvm
```
For windows users who use github tools, you can open the git shell, and type the following command.
```bash
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ def config_cython():
'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())

0 comments on commit 8a5b6c2

Please sign in to comment.