We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb2507 commit 996709dCopy full SHA for 996709d
content/pages/01-introduction/04-python-2-or-3.markdown
@@ -43,7 +43,7 @@ libraries are lagging in full Python 3 support.
43
Since upgrading from Python 2 to 3 has been such a huge undertaking within
44
the community, many projects have sprung up to make the transition easier.
45
46
-* [six](https://pythonhosted.org/six/) is a 2/3 compatibility library that
+* [six](https://pypi.org/project/six/) is a 2/3 compatibility library that
47
is a dependency for many popular Python projects to make it easier to
48
support both Python 2 and 3 at the same time.
49
0 commit comments