Skip to content

Commit

Permalink
examples: fix posts link in route-separation example
Browse files Browse the repository at this point in the history
closes #3310
  • Loading branch information
hiowenluke authored and dougwilson committed May 18, 2017
1 parent fde8f64 commit 60f87f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/route-separation/views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<ul>
<li>Visit the <a href="/users">users</a> page.</li>
<li>Visit the <a href="/users">posts</a> page.</li>
<li>Visit the <a href="/posts">posts</a> page.</li>
</ul>

<% include footer %>

0 comments on commit 60f87f8

Please sign in to comment.