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

View file

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