updating link in nav.js to point to p5/sketches instead of p5js/sketches

This commit is contained in:
Lauren McCarthy 2016-08-28 13:05:12 -04:00 committed by GitHub
parent 669a7d47e5
commit aadbe33685
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ function Nav(props) {
return (
<li className="nav__item">
<p className="nav__open">
<Link to="/p5js/sketches">
<Link to="/p5/sketches">
Open
</Link>
</p>