Skip to content

Commit

Permalink
Merge pull request #7 from cupy/fix-url
Browse files Browse the repository at this point in the history
Fix url
  • Loading branch information
beam2d committed Feb 21, 2017
2 parents 48991d9 + 9ec10b1 commit 20dd1bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![pypi](https://img.shields.io/pypi/v/cupy.svg)](https://pypi.python.org/pypi/cupy)
[![GitHub license](https://img.shields.io/github/license/pfnet/cupy.svg)](https://github.com/pfnet/cupy)
[![travis](https://img.shields.io/travis/pfnet/cupy.svg)](https://travis-ci.org/pfnet/cupy)
[![coveralls](https://img.shields.io/coveralls/pfnet/cupy.svg)](https://coveralls.io/github/pfnet/cupy)
[![Read the Docs](https://readthedocs.org/projects/cupy/badge/?version=stable)](http://docs.cupy-ndarray.org/en/stable/?badge=stable)
[![GitHub license](https://img.shields.io/github/license/cupy/cupy.svg)](https://github.com/cupy/cupy)
[![travis](https://img.shields.io/travis/cupy/cupy.svg)](https://travis-ci.org/cupy/cupy)
[![coveralls](https://img.shields.io/coveralls/cupy/cupy.svg)](https://coveralls.io/github/cupy/cupy)
[![Read the Docs](https://readthedocs.org/projects/cupy/badge/?version=stable)](http://docs.cupy.chainer.org/en/stable/?badge=stable)

# Please do not send a PR yet
Please see [chainer](https://github.com/pfnet/chainer) project.
Expand Down Expand Up @@ -93,14 +93,13 @@ The Twenty-ninth Annual Conference on Neural Information Processing Systems (NIP

## More information

- Official site: http://cupy-ndarray.org/
- Official document: http://docs.cupy-ndarray.org/
- github: https://github.com/pfnet/cupy
- Official site: http://cupy.chainer.org/
- Official document: http://docs.cupy.chainer.org/
- github: https://github.com/cupy/cupy
- Forum: https://groups.google.com/forum/#!forum/chainer
- Forum (Japanese): https://groups.google.com/forum/#!forum/chainer-jp
- Twitter: https://twitter.com/ChainerOfficial
- Twitter (Japanese): https://twitter.com/chainerjp
- External examples: https://github.com/pfnet/chainer/wiki/External-examples
- Research projects using Chainer: https://github.com/pfnet/chainer/wiki/Research-projects-using-Chainer

## License
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CuPy -- NumPy-like API accelerated with CUDA
============================================

This is the `CuPy <http://cupy-ndarray.org>`_ documentation.
This is the `CuPy <http://cupy.chainer.org>`_ documentation.

.. toctree::
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
description='CuPy: NumPy-like API accelerated with CUDA',
author='Seiya Tokui',
author_email='tokui@preferred.jp',
url='http://cupy-ndarray.org/',
url='http://cupy.chainer.org/',
license='MIT License',
packages=['cupy',
'cupy.binary',
Expand Down

0 comments on commit 20dd1bc

Please sign in to comment.