diff --git a/_sections/30-projects.md b/_sections/30-projects.md index c4a27c1..640e417 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -61,7 +61,7 @@ These projects pledge to drop Python 2 support in or before 2020. - [![](assets/weblate.png)Weblate](https://weblate.org/) - [![](assets/pythran.png)Pythran](https://github.com/serge-sans-paille/pythran) - [![](assets/dateutil.png)dateutil](https://github.com/dateutil/dateutil) -- [![](//cherrypy.org/images/cherrypy.png)CherryPy](https://cherrypy.org/) +- [![](https://cherrypy.dev/images/cherrypy.png)CherryPy](https://cherrypy.dev) - [![](assets/tryton.png)Tryton](https://www.tryton.org/) - [![](assets/mne.png)MNE](https://www.martinos.org/mne/stable/index.html) - [![](assets/art_logo.png)Adversarial Robustness Toolbox](https://github.com/IBM/adversarial-robustness-toolbox) diff --git a/_sections/50-why.md b/_sections/50-why.md index 45699ce..257e094 100644 --- a/_sections/50-why.md +++ b/_sections/50-why.md @@ -15,7 +15,7 @@ code to use Python 3: - [How to add Python 3 support to your code](https://docs.python.org/3/howto/pyporting.html) - [Python FAQ: Why should I use Python 3?](https://eev.ee/blog/2016/07/31/python-faq-why-should-i-use-python-3/) (lexy munroe) - [Python FAQ: How do I port to Python 3?](https://eev.ee/blog/2016/07/31/python-faq-how-do-i-port-to-python-3/) (lexy munroe) -- [Stop supporting Python 2.6 for free](https://www.curiousefficiency.org/posts/2015/04/stop-supporting-python26.html) (Nick Coghlan) -- [Why Python 4.0 won't be like Python 3.0](https://www.curiousefficiency.org/posts/2014/08/python-4000.html) (Nick Coghlan) +- [Stop supporting Python 2.6 for free](https://www.curiousefficiency.org/posts/2015/04/stop-supporting-python26/) (Alyssa Coghlan) +- [Why Python 4.0 won't be like Python 3.0](https://www.curiousefficiency.org/posts/2014/08/python-4000/) (Alyssa Coghlan) - [Python 3 for scientists](https://python-3-for-scientists.readthedocs.io/en/latest/) - [scikit-bio py3-only RFC](https://github.com/biocore/scikit-bio-rfcs/blob/master/accepted/002-py3-only.md)