Skip to content

Commit 6981513

Browse files
authored
Merge pull request #142 from CAM-Gerlach/use-https-urls
Use HTTPS URLs for projects and other links where available
2 parents f1b8e5a + 7f37867 commit 6981513

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

_sections/30-projects.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,40 +10,40 @@ style: center
1010

1111
These projects pledge to drop Python 2 support in or before 2020.
1212

13-
- [![](assets/pandas.png)pandas](http://pandas.pydata.org/)
13+
- [![](assets/pandas.png)pandas](https://pandas.pydata.org/)
1414
- [![](assets/ipython.png)IPython](https://ipython.org)
1515
- [![](assets/mitmproxy.png)mitmproxy](https://mitmproxy.org/)
1616
- [![](assets/kivy.png)Kivy](https://kivy.org/)
17-
- [![](assets/matplotlib.png)Matplotlib](http://matplotlib.org/)
18-
- [![](assets/numpylogoicon.svg)NumPy](http://numpy.org)
17+
- [![](assets/matplotlib.png)Matplotlib](https://matplotlib.org/)
18+
- [![](assets/numpylogoicon.svg)NumPy](https://www.numpy.org/)
1919
- [![](assets/zulip.png)Zulip](https://zulip.org)
20-
- [![](assets/sympy.png)SymPy](http://www.sympy.org/)
20+
- [![](assets/sympy.png)SymPy](https://www.sympy.org/)
2121
- [![](assets/jupyter.png)Jupyter notebook](https://jupyter.org)
2222
- [![](assets/scikit-image.png)Scikit Image](http://scikit-image.org/)
2323
- [![](assets/pymc3.png)PyMC3](https://github.com/pymc-devs/pymc3)
2424
- [![](assets/tensorpack.png)Tensorpack](https://github.com/tensorpack/tensorpack)
2525
- [![](assets/xonsh.png)xonsh](http://xon.sh)
26-
- [![](assets/astropy.png)Astropy](http://www.astropy.org/)
27-
- [![](assets/biopython.png)Biopython](http://biopython.org/)
26+
- [![](assets/astropy.png)Astropy](https://www.astropy.org/)
27+
- [![](assets/biopython.png)Biopython](https://biopython.org/)
2828
- [![](assets/pythran.png)Pythran](https://github.com/serge-sans-paille/pythran)
29-
- [![](assets/xarray.png)xarray](http://xarray.pydata.org/)
29+
- [![](assets/xarray.png)xarray](https://xarray.pydata.org/)
3030
- [![](assets/dateutil.png)dateutil](https://github.com/dateutil/dateutil)
31-
- [![](assets/tryton.png)Tryton](http://www.tryton.org/)
31+
- [![](assets/tryton.png)Tryton](https://www.tryton.org/)
3232
- [![](assets/pystan.png)PyStan](https://github.com/stan-dev/pystan)
3333
- [![](assets/mne.png)MNE](https://www.martinos.org/mne/stable/index.html)
3434
- [![](assets/swcarpentry.png)Software Carpentry](https://software-carpentry.org)
3535
- [![](assets/skbio.png)scikit-bio](http://scikit-bio.org)
3636
- [![](assets/fecon235.png)fecon235](https://github.com/rsvp/fecon235)
37-
- [![](assets/sunpy.png)SunPy](http://sunpy.org)
37+
- [![](assets/sunpy.png)SunPy](https://sunpy.org/)
3838
- [![](assets/axelrod.png)Axelrod](https://github.com/Axelrod-Python/Axelrod)
3939
- [![](assets/rpy2_logo_64x64.png)rpy2](https://rpy2.bitbucket.io)
40-
- [![](assets/fenics.png)FEniCS](http://www.fenicsproject.org)
40+
- [![](assets/fenics.png)FEniCS](https://fenicsproject.org/)
4141
- [![](assets/rdkit.png)RDKit](https://github.com/rdkit/rdkit)
4242
- [![](assets/toyplot-256x256.png)Toyplot](https://github.com/sandialabs/toyplot)
4343
- [![](assets/metpy.png)MetPy](https://unidata.github.io/MetPy)
4444
- [![](assets/psi4square.png)Psi4](http://psicode.org/)
4545
- [![](assets/openquake.png)OpenQuake engine](https://github.com/gem/oq-engine)
46-
- [![](assets/yt.png)yt](http://yt-project.org)
46+
- [![](assets/yt.png)yt](https://yt-project.org/)
4747
- [![](assets/cmd2.png)cmd2](https://github.com/python-cmd2/cmd2)
4848
- [![](assets/osbrain.png)osBrain](https://github.com/opensistemas-hub/osbrain)
4949
- [![](assets/pymeasure.png)PyMeasure](https://github.com/ralph-group/pymeasure)

_sections/50-why.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ 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](http://www.snarky.ca/why-python-3-exists) (Brett Cannon)
14+
- [Why Python 3 exists](https://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
- [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)
1717
- [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)
18-
- [Stop supporting Python 2.6 for free](http://www.curiousefficiency.org/posts/2015/04/stop-supporting-python26.html) (Nick Coghlan)
19-
- [Why Python 4.0 won't be like Python 3.0](http://www.curiousefficiency.org/posts/2014/08/python-4000.html) (Nick Coghlan)
18+
- [Stop supporting Python 2.6 for free](https://www.curiousefficiency.org/posts/2015/04/stop-supporting-python26.html) (Nick Coghlan)
19+
- [Why Python 4.0 won't be like Python 3.0](https://www.curiousefficiency.org/posts/2014/08/python-4000.html) (Nick Coghlan)
2020
- [Python 3 for scientists](https://python-3-for-scientists.readthedocs.io/en/latest/)
2121
- [scikit-bio py3-only RFC](https://github.com/biocore/scikit-bio-rfcs/blob/master/accepted/002-py3-only.md)

0 commit comments

Comments
 (0)