Skip to content

Commit 0d08fff

Browse files
committed
Updated a bunch of links from http: to https: based on a patch from lars@netapp.com.
- Legacy-Id: 9555
1 parent 2099048 commit 0d08fff

38 files changed

Lines changed: 105 additions & 105 deletions

ietf/templates/500.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2>Internal Server Error.</h2>
1818
A failure report with details about what happened has been sent to the
1919
server administrators. It would be helpful if you would file a bug
2020
report with additional information at the
21-
<a href="http://trac.tools.ietf.org/tools/ietfdb/newticket">IETF database issue tracker</a>, too.
21+
<a href="https://trac.tools.ietf.org/tools/ietfdb/newticket">IETF database issue tracker</a>, too.
2222
</p>
2323

2424
{% endblock %}

ietf/templates/base.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link href="/fonts/PTSerif/stylesheet.css" rel='stylesheet' type='text/css'>
1414
{% comment %}
1515
<!-- 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'>
1717
-->
1818
{% endcomment %}
1919

@@ -119,16 +119,16 @@
119119
<hr>
120120
<div class="col-md-12">
121121
<div class="text-center padded">
122-
<a href="//www.internetsociety.org/" class="padded">ISOC</a>
123-
<a href="//trustee.ietf.org/" class="padded">IETF&nbsp;Trust</a>
124-
<a href="//www.rfc-editor.org/" class="padded">RFC&nbsp;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&nbsp;&amp;&nbsp;IAOC</a>
130-
<a href="//tools.ietf.org/" class="padded">IETF&nbsp;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&nbsp;Trust</a>
124+
<a href="https://www.rfc-editor.org/" class="padded">RFC&nbsp;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&nbsp;&amp;&nbsp;IAOC</a>
130+
<a href="https://tools.ietf.org/" class="padded">IETF&nbsp;Tools</a>
131+
<a href="https://www.iana.org/" class="padded">IANA</a>
132132
</div>
133133
</div>
134134

@@ -142,7 +142,7 @@
142142
<a href="/release/{{version_num}}/">Version {{ version_num }}</a>
143143
| {{revision_date}} |
144144
{% 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>
146146
{% if messages %}
147147
<ul class="messages">
148148
{% for message in messages %}
@@ -155,7 +155,7 @@
155155
</div>
156156
</footer>
157157
</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>
159159
<script>window.jQuery || document.write('<script src="/js/lib/jquery-1.11.2.min.js"><\/script>')</script>
160160
{% comment %}
161161
<!-- Remove the *-nojs attributes if we are running js. This depends on jQuery's removeClass(): -->

ietf/templates/base/menu.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{% if flavor == "top" %}<li class="divider hidden-xs"></li>{% endif %}
3131
<li {%if flavor == "top" %}class="dropdown-header hidden-xs"{% else %}class="nav-header"{% endif %}>Other groups</li>
3232
<li><a href="{% url "ietf.group.info.concluded_groups" %}">Concluded WGs</a></li>
33-
<li><a href="//www.ietf.org/list/nonwg.html">Non-WG lists</a></li>
33+
<li><a href="https://www.ietf.org/list/nonwg.html">Non-WG lists</a></li>
3434

3535
{% if flavor == "top" %}</ul>{% endif %}
3636

@@ -83,8 +83,8 @@
8383

8484
<li><a href="/meeting/agenda/">Agenda</a></li>
8585
<li><a href="/meeting/">Materials</a></li>
86-
<li><a href="//www.ietf.org/meeting/proceedings.html">Past proceedings</a></li>
87-
<li><a href="//www.ietf.org/meeting/upcoming.html">Upcoming</a></li>
86+
<li><a href="https://www.ietf.org/meeting/proceedings.html">Past proceedings</a></li>
87+
<li><a href="https://www.ietf.org/meeting/upcoming.html">Upcoming</a></li>
8888
<li><a href="/meeting/requests">Session requests</a></li>
8989
{% if flavor == "top" %}</ul>{% endif %}
9090

ietf/templates/community/public/atom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<subtitle type="text">{{ subtitle }}</subtitle>
55
<id>{{ id }}</id>
66
<updated>{{ updated|date:"Y-m-d\TH:i:sO" }}</updated>
7-
<link rel="alternate" type="text/html" hreflang="en" href="http://{{ request.get_host }}/"/>
8-
<link rel="self" type="application/atom+xml" href="http://{{ request.get_host }}{{ request.get_full_path }}"/>
7+
<link rel="alternate" type="text/html" hreflang="en" href="https://{{ request.get_host }}/"/>
8+
<link rel="self" type="application/atom+xml" href="https://{{ request.get_host }}{{ request.get_full_path }}"/>
99

1010
{% for entry in entries %}
1111
<entry>

ietf/templates/doc/ballot/ballot_comment_mail.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ email addresses included in the To and CC lines. (Feel free to cut this
66
introductory paragraph, however.)
77

88
{% if doc.type_id == "draft" %}
9-
Please refer to http://www.ietf.org/iesg/statement/discuss-criteria.html
9+
Please refer to https://www.ietf.org/iesg/statement/discuss-criteria.html
1010
for more information about IESG DISCUSS and COMMENT positions.
1111
{% endif %}
1212

ietf/templates/doc/bibxml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
<abstract><t>{{doc.abstract}}</t></abstract>
1212
</front>
1313
<seriesInfo name='Internet-Draft' value='{{doc.name}}-{{doc.rev}}' />
14-
<format type='TXT' target='http://www.ietf.org/internet-drafts/{{doc.name}}-{{doc.rev}}.txt' />
14+
<format type='TXT' target='https://www.ietf.org/internet-drafts/{{doc.name}}-{{doc.rev}}.txt' />
1515
</reference>

ietf/templates/doc/conflict_review/approval_text.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The IESG review is documented at:
2121
A URL of the reviewed Internet Draft is:
2222
{{conflictdoc_url}}
2323

24-
The process for such documents is described {% if conflictdoc.stream_id == 'ise' %}at http://www.rfc-editor.org/indsubs.html {% else %}{% if conflictdoc.stream_id == 'irtf' %}in RFC 5743 {% endif %} {% endif %}
24+
The process for such documents is described {% if conflictdoc.stream_id == 'ise' %}at https://www.rfc-editor.org/indsubs.html {% else %}{% if conflictdoc.stream_id == 'irtf' %}in RFC 5743 {% endif %} {% endif %}
2525

2626
Thank you,
2727

ietf/templates/doc/document_draft.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<td>
4646
{% if doc.get_state_slug == "rfc" %}
4747
RFC - {{ doc.std_level }}
48-
({% if published %}{{ published.time|date:"F Y" }}{% else %}publication date unknown{% endif %}{% if has_errata %}; <a href="//www.rfc-editor.org/errata_search.php?rfc={{ rfc_number }}" rel="nofollow">Errata</a>{% else %}; No errata{% endif %})
48+
({% if published %}{{ published.time|date:"F Y" }}{% else %}publication date unknown{% endif %}{% if has_errata %}; <a href="https://www.rfc-editor.org/errata_search.php?rfc={{ rfc_number }}" rel="nofollow">Errata</a>{% else %}; No errata{% endif %})
4949

5050
{% if obsoleted_by %}<div>Obsoleted by {{ obsoleted_by|join:", "|urlize_ietf_docs }}</div>{% endif %}
5151
{% if updated_by %}<div>Updated by {{ updated_by|join:", "|urlize_ietf_docs }}</div>{% endif %}
@@ -373,7 +373,7 @@
373373
<tr>
374374
<th><a href="{% url "ietf.help.views.state" doc=doc.type.slug type="rfceditor" %}">RFC Editor state</a></th>
375375
<td class="edit"></td>
376-
<td><a href="//www.rfc-editor.org/queue2.html#{{ doc.name }}">{{ rfc_editor_state }}</a></td>
376+
<td><a href="https://www.rfc-editor.org/queue2.html#{{ doc.name }}">{{ rfc_editor_state }}</a></td>
377377
</tr>
378378
{% endif %}
379379

@@ -385,10 +385,10 @@
385385
<a class="btn btn-default btn-xs" href="{% url "ipr_search" %}?submit=draft&amp;id={{ doc.name }}" rel="nofollow"><span class="fa fa-bolt"></span> IPR {% if doc.related_ipr %} <span class="badge">{{doc.related_ipr|length}}</span>{% endif %}</a>
386386
<a class="btn btn-default btn-xs" href="{% url "doc_references" doc.canonical_name %}" rel="nofollow"><span class="fa fa-long-arrow-left"></span> References</a>
387387
<a class="btn btn-default btn-xs" href="{% url "doc_referenced_by" doc.canonical_name %}" rel="nofollow"><span class="fa fa-long-arrow-right"></span> Referenced by</a>
388-
<a class="btn btn-default btn-xs" href="//www.ietf.org/tools/idnits?url=https://www.ietf.org/archive/id/{{ doc.filename_with_rev }}" rel="nofollow" target="_blank"><span class="fa fa-exclamation"></span> Nits</a>
389-
<a class="btn btn-default btn-xs" href="//www.google.com/search?as_q={{ doc.name }}&amp;as_sitesearch={{ search_archive }}" rel="nofollow" target="_blank"><span class="fa fa-search"></span> Search lists</a>
388+
<a class="btn btn-default btn-xs" href="https://www.ietf.org/tools/idnits?url=https://www.ietf.org/archive/id/{{ doc.filename_with_rev }}" rel="nofollow" target="_blank"><span class="fa fa-exclamation"></span> Nits</a>
389+
<a class="btn btn-default btn-xs" href="https://www.google.com/search?as_q={{ doc.name }}&amp;as_sitesearch={{ search_archive }}" rel="nofollow" target="_blank"><span class="fa fa-search"></span> Search lists</a>
390390
{% if user|has_role:"Area Director" %}
391-
<a class="btn btn-default btn-xs" href="//www.iesg.org/bin/c5i?mid=6&amp;rid=77&amp;target={{ doc.name }}" rel="nofollow" target="_blank">Search lists (ARO)</a>
391+
<a class="btn btn-default btn-xs" href="https://www.iesg.org/bin/c5i?mid=6&amp;rid=77&amp;target={{ doc.name }}" rel="nofollow" target="_blank">Search lists (ARO)</a>
392392
{% endif %}
393393
{% if user.is_authenticated %}
394394
{% if tracking_document %}

ietf/templates/doc/draft/request_publication.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>Request publication<br><small>{{ doc }}</small></h1>
1616
Send a publication request to the RFC Editor for {{ doc }} and move it to the <i>{{ next_state.name }}</i> stream state.
1717
Please edit the message and remove any parts in brackets you do not
1818
fill in. For independent submissions, see the <a
19-
href="http://www.rfc-editor.org/indsubs.html">guidelines</a>.
19+
href="https://www.rfc-editor.org/indsubs.html">guidelines</a>.
2020
</p>
2121

2222
{% if not doc.intended_std_level %}

ietf/templates/doc/index_all_drafts.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ <h1>Index of all Internet-Drafts and RFCs</h1>
1818

1919
<p>In addition, the following files are available for download:</p>
2020
<ul>
21-
<li><a href="http://www.ietf.org/id/1id-index.txt">Active Internet-Drafts (text)</a></li>
22-
<li><a href="http://www.ietf.org/id/1id-abstracts.txt">Active Internet-Drafts with abstracts (text)</a></li>
23-
<li><a href="http://www.ietf.org/id/all_id2.txt">All Internet-Drafts (tab-separated)</a>, <a href="http://www.ietf.org/id/all_id.txt">older version (with fewer fields)</a></li>
24-
<li><a href="http://www.rfc-editor.org/rfc/rfc-index.txt">All RFCs (text)</a></li>
25-
<li><a href="http://www.rfc-editor.org/rfc/rfc-index.xml">All RFCs (XML)</a></li>
21+
<li><a href="https://www.ietf.org/id/1id-index.txt">Active Internet-Drafts (text)</a></li>
22+
<li><a href="https://www.ietf.org/id/1id-abstracts.txt">Active Internet-Drafts with abstracts (text)</a></li>
23+
<li><a href="https://www.ietf.org/id/all_id2.txt">All Internet-Drafts (tab-separated)</a>, <a href="https://www.ietf.org/id/all_id.txt">older version (with fewer fields)</a></li>
24+
<li><a href="https://www.rfc-editor.org/rfc/rfc-index.txt">All RFCs (text)</a></li>
25+
<li><a href="https://www.rfc-editor.org/rfc/rfc-index.xml">All RFCs (XML)</a></li>
2626
</ul>
2727

2828
<h2>Contents</h2>

0 commit comments

Comments
 (0)