Skip to content

Commit 3c714c0

Browse files
fmassafacebook-github-bot
authored andcommitted
typo in link to versions.html (#3408)
Reviewed By: NicolasHug Differential Revision: D26605311 fbshipit-source-id: 10dd9a0456dfbe2dc2002a4e32d95422f5e155a5
1 parent 0fa3d44 commit 3c714c0

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)