Skip to content

Commit c042cb2

Browse files
committed
link to python-effect/effect instead of radix/effect
1 parent 93d3d9b commit c042cb2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Effect
22
======
33

4-
.. image:: https://travis-ci.org/radix/effect.svg?branch=master
5-
:target: https://travis-ci.org/radix/effect
4+
.. image:: https://travis-ci.org/python-effect/effect.svg?branch=master
5+
:target: https://travis-ci.org/python-effect/effect
66

77
Effect is a library for helping you write purely functional code by
88
isolating the effects (that is, IO or state manipulation) in your code.
@@ -92,7 +92,7 @@ of interacting with the user and using an HTTP client to talk to the GitHub
9292
API in the `examples`_ directory.
9393

9494
.. _`documentation`: https://effect.readthedocs.org/
95-
.. _`examples`: https://github.com/radix/effect/tree/master/examples
95+
.. _`examples`: https://github.com/python-effect/effect/tree/master/examples
9696

9797

9898

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
version="0.1a18",
77
description="pure effects for Python",
88
long_description=open('README.rst').read(),
9-
url="http://github.com/radix/effect/",
9+
url="http://github.com/python-effect/effect/",
1010
author="Christopher Armstrong",
1111
license="MIT",
1212
classifiers=[

0 commit comments

Comments
 (0)