Skip to content

Commit 6acc129

Browse files
committed
Fix links
1 parent ca8feb7 commit 6acc129

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

python/README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Thunder includes utilties for loading and saving different formats, classes for
1717
To learn more, follow these links to the primary documentation:
1818

1919
- `Project page`_
20+
- `Documentation`_
2021
- `Github repo`_
2122
- `Gitter chatroom`_
2223
- `Mailing list`_
@@ -25,3 +26,4 @@ To learn more, follow these links to the primary documentation:
2526
.. _Mailing list: https://groups.google.com/forum/?hl=en#!forum/thunder-user
2627
.. _Github repo: http://github.com/thunder-project/thunder
2728
.. _Project page: http://thunder-project.org
29+
.. _Documentation: http://thunder-project.org/thunder/docs

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
description='Large-scale neural data analysis in Spark',
1010
author='The Freeman Lab',
1111
author_email='[email protected]',
12-
url='https://github.com/freeman-lab/thunder',
12+
url='https://github.com/thunder-project/thunder',
1313
packages=['thunder',
1414
'thunder.clustering',
1515
'thunder.decoding',

0 commit comments

Comments
 (0)