Skip to content

Commit

Permalink
Fix links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hmans committed Aug 22, 2022
1 parent 2cb9394 commit 03d432d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/vfx-composer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ Effect modules are functions that transform positions, colors, opacity and other

## Examples & Demos 🎓

- **[Official Examples Suite](https://three-vfx-examples.vercel.app/)**
- **[Official Starter Sandbox](https://codesandbox.io/s/github/hmans/three-vfx-starter?file=/src/Effect.js)** (fork it!)
- [Space Nebulae](https://codesandbox.io/s/vfx-space-just-the-nebulae-xv9bqm?file=/src/App.js)
- **[Official Examples Suite](https://vfx-composer-examples.vercel.app/)**

## How this Library Works 🥳

Expand All @@ -44,7 +42,7 @@ Clone this repository and run:
yarn && yarn examples
```

Alternatively, you can [launch the examples app on StackBlitz](https://stackblitz.com/github/hmans/three-vfx), or just [view them on Vercel](https://vfx-examples.vercel.app/).
Alternatively, you can [launch the examples app on StackBlitz](https://stackblitz.com/github/hmans/vfx-composer), or just [view them on Vercel](https://vfx-composer-examples.vercel.app/).

## Resources

Expand Down

0 comments on commit 03d432d

Please sign in to comment.