Skip to content

Commit 996709d

Browse files
committed
fix broken link on python 2 or 3 page
1 parent ffb2507 commit 996709d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pages/01-introduction/04-python-2-or-3.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ libraries are lagging in full Python 3 support.
4343
Since upgrading from Python 2 to 3 has been such a huge undertaking within
4444
the community, many projects have sprung up to make the transition easier.
4545

46-
* [six](https://pythonhosted.org/six/) is a 2/3 compatibility library that
46+
* [six](https://pypi.org/project/six/) is a 2/3 compatibility library that
4747
is a dependency for many popular Python projects to make it easier to
4848
support both Python 2 and 3 at the same time.
4949

0 commit comments

Comments
 (0)