Skip to content

Commit 5b0c22c

Browse files
committed
update menu
1 parent a1574ee commit 5b0c22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/default.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ title: OpenJS NodeJS Application Developer Study Guide
3434
<div class="sidebar column">
3535
<nav>
3636
<ul>
37-
<li><a href="#" {% if page.url === '/buffer/' %} class="current" {% endif %}>Buffer and Streams</a></li>
37+
<li><a href="{{ "/buffers-and-streams" | url }}" {% if page.url === '/buffers-and-streams/' %} class="current" {% endif %}>Buffer and Streams</a></li>
3838
<li><a href="#">Control flow</a></li>
3939
<li><a href="#">Child Processes</a></li>
4040
<li><a href="#">Diagnostics</li>

0 commit comments

Comments
 (0)