Skip to content

Commit 757ff77

Browse files
authored
Merge pull request python3statement#43 from graingert/https-all-the-things
enable https on all the URLs that can be
2 parents 6025bc5 + cafc7e7 commit 757ff77

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_sections/50-why.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ code to use Python 3:
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)
18-
- [Python 3 for scientists](http://python-3-for-scientists.readthedocs.io/en/latest/)
18+
- [Python 3 for scientists](https://python-3-for-scientists.readthedocs.io/en/latest/)
1919
- [scikit-bio py3-only RFC](https://github.com/biocore/scikit-bio-rfcs/blob/master/accepted/002-py3-only.md)

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<meta name="keywords" content="{{ site.keywords }}">
1010
<meta name="description" content="{{ site.description }}">
1111
<link rel="stylesheet" href="combo.css">
12-
<link href='//fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
13-
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
14-
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.min.css">
15-
<script src="//cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.min.js"></script>
12+
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
13+
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
14+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.min.css">
15+
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.min.js"></script>
1616
{% if site.favicon %}<link rel="shortcut icon" href="{{ site.favicon }}" type="image/x-icon">{% endif %}
1717
{% if site.touch_icon %}<link rel="apple-touch-icon" href="{{ site.touch_icon }}">{% endif %}
1818
</head>

0 commit comments

Comments
 (0)