Skip to content

Commit c1f85d3

Browse files
authored
typo in link to versions.html (#3408)
1 parent d3e5fad commit c1f85d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block sidebartitle %}
44
<div class="version">
5-
<a href='http://pytorch.org/docs/vision/versions.html'>{{ version }} &#x25BC</a>
5+
<a href='https://pytorch.org/vision/versions.html'>{{ version }} &#x25BC</a>
66
</div>
77
{% include "searchbox.html" %}
88
{% endblock %}

0 commit comments

Comments
 (0)