File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Effect
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
77Effect is a library for helping you write purely functional code by
88isolating 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
9292API 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
Original file line number Diff line number Diff line change 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 = [
You can’t perform that action at this time.
0 commit comments