|
13 | 13 | <link href="/fonts/PTSerif/stylesheet.css" rel='stylesheet' type='text/css'> |
14 | 14 | {% comment %} |
15 | 15 | <!-- Halloween |
16 | | - <link href='http://fonts.googleapis.com/css?family=IM+Fell+English+SC|IM+Fell+DW+Pica:400,400italic|Nova+Mono|IM+Fell+English:400,400italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'> |
| 16 | + <link href='https://fonts.googleapis.com/css?family=IM+Fell+English+SC|IM+Fell+DW+Pica:400,400italic|Nova+Mono|IM+Fell+English:400,400italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'> |
17 | 17 | --> |
18 | 18 | {% endcomment %} |
19 | 19 |
|
|
119 | 119 | <hr> |
120 | 120 | <div class="col-md-12"> |
121 | 121 | <div class="text-center padded"> |
122 | | - <a href="//www.internetsociety.org/" class="padded">ISOC</a> |
123 | | - <a href="//trustee.ietf.org/" class="padded">IETF Trust</a> |
124 | | - <a href="//www.rfc-editor.org/" class="padded">RFC Editor</a> |
125 | | - <a href="//www.irtf.org/" class="padded">IRTF</a> |
126 | | - <a href="//www.ietf.org/iesg/" class="padded">IESG</a> |
127 | | - <a href="//www.ietf.org/" class="padded">IETF</a> |
128 | | - <a href="//www.iab.org/" class="padded">IAB</a> |
129 | | - <a href="//iaoc.ietf.org" class="padded">IASA & IAOC</a> |
130 | | - <a href="//tools.ietf.org/" class="padded">IETF Tools</a> |
131 | | - <a href="//www.iana.org/" class="padded">IANA</a> |
| 122 | + <a href="https://www.internetsociety.org/" class="padded">ISOC</a> |
| 123 | + <a href="https://trustee.ietf.org/" class="padded">IETF Trust</a> |
| 124 | + <a href="https://www.rfc-editor.org/" class="padded">RFC Editor</a> |
| 125 | + <a href="https://www.irtf.org/" class="padded">IRTF</a> |
| 126 | + <a href="https://www.ietf.org/iesg/" class="padded">IESG</a> |
| 127 | + <a href="https://www.ietf.org/" class="padded">IETF</a> |
| 128 | + <a href="https://www.iab.org/" class="padded">IAB</a> |
| 129 | + <a href="https://iaoc.ietf.org" class="padded">IASA & IAOC</a> |
| 130 | + <a href="https://tools.ietf.org/" class="padded">IETF Tools</a> |
| 131 | + <a href="https://www.iana.org/" class="padded">IANA</a> |
132 | 132 | </div> |
133 | 133 | </div> |
134 | 134 |
|
|
142 | 142 | <a href="/release/{{version_num}}/">Version {{ version_num }}</a> |
143 | 143 | | {{revision_date}} | |
144 | 144 | {% endif %} |
145 | | - <a href="//tools.ietf.org/tools/ietfdb/newticket">Report a bug</a> |
| 145 | + <a href="https://tools.ietf.org/tools/ietfdb/newticket">Report a bug</a> |
146 | 146 | {% if messages %} |
147 | 147 | <ul class="messages"> |
148 | 148 | {% for message in messages %} |
|
155 | 155 | </div> |
156 | 156 | </footer> |
157 | 157 | </div> |
158 | | - <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> |
| 158 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> |
159 | 159 | <script>window.jQuery || document.write('<script src="/js/lib/jquery-1.11.2.min.js"><\/script>')</script> |
160 | 160 | {% comment %} |
161 | 161 | <!-- Remove the *-nojs attributes if we are running js. This depends on jQuery's removeClass(): --> |
|
0 commit comments