Skip to content

Commit 2c1dabb

Browse files
authored
Merge pull request #407 from florisla/fix-heritage-links
Fix broken 'heritage' links to itertoolz and functoolz
2 parents 2bf9e8b + c27c178 commit 2c1dabb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/source/heritage.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ philosophy but mimics declarative database languages rather than functional
3939
ones. Enumerable_ is is the closest project in Ruby. Other excellent projects
4040
also exist within the Python ecosystem, most notably Fn.py_ and Funcy_.
4141

42-
.. [itertools] http://docs.python.org/2/library/itertools.html
43-
.. [functools] http://docs.python.org/2/library/functools.html
44-
.. [itertoolz] http://github.com/pytoolz/itertoolz
45-
.. [functoolz] http://github.com/pytoolz/functoolz
46-
.. [Underscore.js] http://underscorejs.org
47-
.. [cheatsheet] http://clojure.org/cheatsheet
48-
.. [Guido] http://python-history.blogspot.com/2009/04/origins-of-pythons-functional-features.html
49-
.. [Enumerable] http://ruby-doc.org/core-2.0.0/Enumerable.html
42+
.. [itertools] https://docs.python.org/2/library/itertools.html
43+
.. [functools] https://docs.python.org/2/library/functools.html
44+
.. [itertoolz] https://github.com/mrocklin/itertoolz
45+
.. [functoolz] https://github.com/mrocklin/functoolz
46+
.. [Underscore.js] https://underscorejs.org
47+
.. [cheatsheet] https://clojure.org/cheatsheet
48+
.. [Guido] https://python-history.blogspot.com/2009/04/origins-of-pythons-functional-features.html
49+
.. [Enumerable] https://ruby-doc.org/core-2.0.0/Enumerable.html
5050
.. [funcy] https://github.com/suor/funcy/
5151
.. [fn.py] https://github.com/kachayev/fn.py

0 commit comments

Comments
 (0)