Skip to content

Commit 31ec141

Browse files
authored
Update main_menu.html
Fixes torchvision link in the menu.
1 parent b30d8bd commit 31ec141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/main_menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<span class="dropdown-title docs-title">torchtext</span>
4646
<p></p>
4747
</a>
48-
<a class="nav-dropdown-item" href="{{ site.baseurl }}/docs/stable/torchvision">
48+
<a class="nav-dropdown-item" href="{{ site.baseurl }}/vision">
4949
<span class="dropdown-title docs-title">torchvision</span>
5050
<p></p>
5151
</a>

0 commit comments

Comments
 (0)