Skip to content

Commit 600d1a5

Browse files
committed
Merge pull request #22 from waldyrious/patch-1
50-why.md: the first link doesn't support https
2 parents 2201ad9 + b52a109 commit 600d1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sections/50-why.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ style: center
1111
Here are some resources on why Python 3 was created, and how and why to update
1212
code to use Python 3:
1313

14-
- [Why Python 3 exists](https://www.snarky.ca/why-python-3-exists) (Brett Cannon)
14+
- [Why Python 3 exists](http://www.snarky.ca/why-python-3-exists) (Brett Cannon)
1515
- [How to add Python 3 support to your code](https://docs.python.org/3/howto/pyporting.html)
1616
- [Stop supporting Python 2.6 for free](http://www.curiousefficiency.org/posts/2015/04/stop-supporting-python26.html) (Nick Coghlan)
1717
- [Why Python 4.0 won't be like Python 3.0](http://www.curiousefficiency.org/posts/2014/08/python-4000.html) (Nick Coghlan)

0 commit comments

Comments
 (0)