updating link in nav.js to point to p5/sketches instead of p5js/sketches
This commit is contained in:
parent
669a7d47e5
commit
aadbe33685
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue