Skip to content

Commit

Permalink
git rename example links
Browse files Browse the repository at this point in the history
  • Loading branch information
jbakse committed Jun 14, 2020
1 parent fe83bcc commit 272b09f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/examples/index.html
Expand Up @@ -40,7 +40,7 @@ <h1>Examples</h1>
<li><a href="./hello_party">hello_party</a></li>
<li><a href="./hello_watch">hello_watch</a></li>
<li><a href="./hello_cdn">hello_cdn</a></li>
<li><a href="./set_shared">hello_set</a></li>
<li><a href="./set_shared">set_shared</a></li>
<li><a href="./click_history">click_history</a></li>
<li><a href="./tilemapper">tilemapper</a></li>
<li><a href="./hosting">hosting</a></li>
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Expand Up @@ -21,7 +21,7 @@ <h1>p5.Party</h1>
<li><a href="show_example.html?hello_party">hello_party</a></li>
<li><a href="show_example.html?hello_watch">hello_watch</a></li>
<li><a href="show_example.html?hello_cdn">hello_cdn</a></li>
<li><a href="show_example.html?set_shared">hello_set</a></li>
<li><a href="show_example.html?set_shared">set_shared</a></li>
<li><a href="show_example.html?click_history">click_history</a></li>
<li><a href="show_example.html?tilemapper">tilemapper</a></li>
<li><a href="show_example.html?hosting">hosting</a></li>
Expand Down

0 comments on commit 272b09f

Please sign in to comment.