Skip to content

Commit

Permalink
Change back from hackflow.com to suor.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Suor committed Jan 14, 2023
1 parent 36cf9ff commit 85ad374
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ Dive in

Funcy is an embodiment of ideas I explain in several essays:

- `Why Every Language Needs Its Underscore <http://hackflow.com/blog/2014/06/22/why-every-language-needs-its-underscore/>`_
- `Functional Python Made Easy <http://hackflow.com/blog/2013/10/13/functional-python-made-easy/>`_
- `Abstracting Control Flow <http://hackflow.com/blog/2013/10/08/abstracting-control-flow/>`_
- `Painless Decorators <http://hackflow.com/blog/2013/11/03/painless-decorators/>`_
- `Why Every Language Needs Its Underscore <https://suor.github.io/blog/2014/06/22/why-every-language-needs-its-underscore/>`_
- `Functional Python Made Easy <https://suor.github.io/blog/2013/10/13/functional-python-made-easy/>`_
- `Abstracting Control Flow <https://suor.github.io/blog/2013/10/08/abstracting-control-flow/>`_
- `Painless Decorators <https://suor.github.io/blog/2013/11/03/painless-decorators/>`_


Running tests
Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Contents:

Essays:

- `Why Every Language Needs Its Underscore <http://hackflow.com/blog/2014/06/22/why-every-language-needs-its-underscore/>`_
- `Functional Python Made Easy <http://hackflow.com/blog/2013/10/13/functional-python-made-easy/>`_
- `Abstracting Control Flow <http://hackflow.com/blog/2013/10/08/abstracting-control-flow/>`_
- `Painless Decorators <http://hackflow.com/blog/2013/11/03/painless-decorators/>`_
- `Why Every Language Needs Its Underscore <https://suor.github.io/blog/2014/06/22/why-every-language-needs-its-underscore/>`_
- `Functional Python Made Easy <https://suor.github.io/blog/2013/10/13/functional-python-made-easy/>`_
- `Abstracting Control Flow <https://suor.github.io/blog/2013/10/08/abstracting-control-flow/>`_
- `Painless Decorators <https://suor.github.io/blog/2013/11/03/painless-decorators/>`_


You can also `look at the code <https://github.com/Suor/funcy>`_ or `create an issue <https://github.com/Suor/funcy/issues?state=open>`_.

0 comments on commit 85ad374

Please sign in to comment.