Skip to content

Commit 3e2702e

Browse files
committed
radix -> python-effect
1 parent 41676de commit 3e2702e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

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

4-
.. image:: https://travis-ci.org/radix/txeffect.svg?branch=master
5-
:target: https://travis-ci.org/radix/txeffect
4+
.. image:: https://travis-ci.org/python-effect/txeffect.svg?branch=master
5+
:target: https://travis-ci.org/python-effect/txeffect
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.
99
Documentation is available at https://effect.readthedocs.org/.
1010

11-
.. _`Effect`: https://github.com/radix/effect
11+
.. _`Effect`: https://github.com/python-effect/effect
1212

1313
txEffect is a small library for integrating Twisted and Effect, mostly
1414
around Deferred<->Effect interoperation. Documentation is available at

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ txEffect
88
txEffect integrates `Twisted`_ and `Effect`_.
99

1010
.. _`Twisted`: https://twistedmatrix.com/
11-
.. _`Effect`: https://github.com/radix/effect/
11+
.. _`Effect`: https://github.com/python-effect/effect/
1212

1313
API
1414
===

setup.py

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

0 commit comments

Comments
 (0)