Commit f896e490 authored by Lingfan Yu's avatar Lingfan Yu Committed by Minjie Wang
Browse files

[Doc] fix link in README (#296)

* fix mxnet link

* fix issue link
parent d10baaef
...@@ -37,7 +37,7 @@ DGL should work on ...@@ -37,7 +37,7 @@ DGL should work on
DGL also requires Python 3.5 or later. Python 2 support is coming. DGL also requires Python 3.5 or later. Python 2 support is coming.
Right now, DGL works on [PyTorch](https://pytorch.org) 0.4.1+ and [MXNet](mxnet.apache.org) nightly Right now, DGL works on [PyTorch](https://pytorch.org) 0.4.1+ and [MXNet](https://mxnet.apache.org) nightly
build. build.
## Installation ## Installation
...@@ -144,7 +144,7 @@ For more realistic, end-to-end examples, please see [model tutorials](https://do ...@@ -144,7 +144,7 @@ For more realistic, end-to-end examples, please see [model tutorials](https://do
## Contributing ## Contributing
Please let us know if you encounter a bug or have any suggestions by [filing an issue](https://github.com/jermainewang/dgl/issues). Please let us know if you encounter a bug or have any suggestions by [filing an issue](https://github.com/dmlc/dgl/issues).
We welcome all contributions from bug fixes to new features and extensions. We welcome all contributions from bug fixes to new features and extensions.
We expect all contributions discussed in the issue tracker and going through PRs. Please refer to the PR guide. We expect all contributions discussed in the issue tracker and going through PRs. Please refer to the PR guide.
......
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