diff --git a/blog/2025-01-14-build-3d-with-react.md b/blog/2025-01-14-build-3d-with-react.md index ee129519..05e22aba 100644 --- a/blog/2025-01-14-build-3d-with-react.md +++ b/blog/2025-01-14-build-3d-with-react.md @@ -68,7 +68,7 @@ With **@playcanvas/react** you create a scene using entities and components, jus -If you’re already familiar with the PlayCanvas API, you’re already off to a good start, you’ll see that any component system available in the engine can be used out of the box including rigid bodies, collision, physics etc. Follow our [Getting Started Guide](https://playcanvas-react.vercel.app/docs/guide/getting-started) and you'll be up to speed in no time. +If you’re already familiar with the PlayCanvas API, you’re already off to a good start! You’ll see that any component system available in the engine can be used out of the box including rigid bodies, collision, physics etc. Follow our [Getting Started Guide](https://playcanvas-react.vercel.app/docs/guide/getting-started) and you'll be up to speed in no time. If you're coming from a React background, you'll find it' easy to integrate with existing React projects. Even if you’re new to PlayCanvas, you can pick up the basics in just a few hours.