Skip to content

Commit 22c3e76

Browse files
authored
fix links in menu (#1950)
Signed-off-by: Chris Abraham <[email protected]>
1 parent 0d5b62b commit 22c3e76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/main_menu.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<span class="dropdown-title">Intro to PyTorch - YouTube Series</span>
2727
<p>Master PyTorch basics with our engaging YouTube tutorial series</p>
2828
</a>
29-
<a class="nav-dropdown-item" href="/new/">
29+
<a class="nav-dropdown-item" href="/new">
3030
<span class="dropdown-title">New to PyTorch Foundation</span>
3131
</a>
3232
</div>

_includes/mobile_menu.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<a href="https://pytorch.org/tutorials/beginner/introyt.html">Introduction to PyTorch - YouTube Series</a>
4444
</li>
4545
<li>
46-
<a href="/new/">New to PyTorch Foundation</a>
46+
<a href="/new">New to PyTorch Foundation</a>
4747
</li>
4848
</ul>
4949
<li class="resources-mobile-menu-title">

0 commit comments

Comments
 (0)