Skip to content

Commit e5a6dbe

Browse files
committed
Update menu
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
1 parent 6e141b4 commit e5a6dbe

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

_includes/main_menu.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
<span class=dropdown-title>Developer Resources</span>
5353
<p>Find resources and get questions answered</p>
5454
</a>
55-
<a class="nav-dropdown-item" href="{{ site.baseurl}}/ecosystem/contributor-awards-2023">
56-
<span class="dropdown-title">Contributor Awards - 2023</span>
55+
<a class="nav-dropdown-item" href="{{ site.baseurl}}/ecosystem/contributor-awards-2024">
56+
<span class="dropdown-title">Contributor Awards - 2024</span>
5757
<p>Award winners announced at this year's PyTorch Conference</p>
5858
</a>
5959
</div>

_includes/mobile_menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<a href="{{ site.baseurl }}/resources">Developer Resources</a>
6161
</li>
6262
<li>
63-
<a href="{{ site.baseurl}}/ecosystem/contributor-awards-2023">Contributor Awards - 2023</a>
63+
<a href="{{ site.baseurl}}/ecosystem/contributor-awards-2024">Contributor Awards - 2024</a>
6464
</li>
6565
</ul>
6666
<li class="resources-mobile-menu-title">

ecosystem/contributor-awards-2024.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ <h2>PyTorch 2024 Nominees</h2>
120120
</tr>
121121

122122
</table>
123+
124+
<p class="lead">
125+
Congratulations to <a href="/ecosystem/contributor-awards-2023">past contributor award winners and nominees</a>.
126+
</p>
127+
123128
</div>
124129
</div>
125130
</div>

0 commit comments

Comments
 (0)