We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5b62b commit 22c3e76Copy full SHA for 22c3e76
_includes/main_menu.html
@@ -26,7 +26,7 @@
26
<span class="dropdown-title">Intro to PyTorch - YouTube Series</span>
27
<p>Master PyTorch basics with our engaging YouTube tutorial series</p>
28
</a>
29
- <a class="nav-dropdown-item" href="/new/">
+ <a class="nav-dropdown-item" href="/new">
30
<span class="dropdown-title">New to PyTorch Foundation</span>
31
32
</div>
_includes/mobile_menu.html
@@ -43,7 +43,7 @@
43
<a href="https://pytorch.org/tutorials/beginner/introyt.html">Introduction to PyTorch - YouTube Series</a>
44
</li>
45
<li>
46
- <a href="/new/">New to PyTorch Foundation</a>
+ <a href="/new">New to PyTorch Foundation</a>
47
48
</ul>
49
<li class="resources-mobile-menu-title">
0 commit comments