Skip to content

Commit

Permalink
Fix broken demo links.
Browse files Browse the repository at this point in the history
  • Loading branch information
b-3-n authored Mar 30, 2024
1 parent 86fc727 commit 5096855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Note: Yoha is currently unmaintained.
Quick Links:
</h2>
<ul>
<li><a href="https://handtracking.io/draw_demo" target="_blank">Demo</a> <a href="https://github.com/handtracking-io/yoha/blob/master/src/demos/draw/entry.ts">(Code)</a></li>
<li><a href="https://handtracking-io.github.io/yoha/draw_demo" target="_blank">Demo</a> <a href="https://github.com/handtracking-io/yoha/blob/master/src/demos/draw/entry.ts">(Code)</a></li>
<li><a href="https://github.com/handtracking-io/yoha/tree/master/docs">Docs</a></li>
<li><a href="https://handtracking.io">Website</a></li>
<li><a href="https://www.npmjs.com/package/@handtracking.io/yoha">npm</a></li>
Expand All @@ -39,7 +39,7 @@ an application. While ultimately the goal is to be a general purpose hand
tracking engine supporting any hand pose, the engine evolves
around specific hand poses that users/developers find useful. These poses
are detected by the engine which allows to build applications with meaningful interactions.
See the <a href="https://handtracking.io/draw_demo" target="_blank">demo</a> for an example.
See the <a href="https://handtracking-io.github.io/yoha/draw_demo" target="_blank">demo</a> for an example.

Yoha is currently in beta.

Expand Down Expand Up @@ -101,7 +101,7 @@ yarn start

## Drawing Demo

- [Live Version](https://handtracking.io/draw_demo)
- [Live Version](https://handtracking-io.github.io/yoha/draw_demo)
- [Source](https://github.com/handtracking-io/yoha/tree/main/src/demos/draw)
- Running locally:
```
Expand Down

0 comments on commit 5096855

Please sign in to comment.