Skip to content

Commit e6859ac

Browse files
authored
Fix React API reference link (#48)
Point the React entry at the official developer site instead of the stale Vercel deployment. Made-with: Cursor
1 parent 3628be8 commit e6859ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ <h3>📖 Editor</h3>
801801
<li class="module-item" data-name="react">
802802
<h3>📖 React</h3>
803803
<p>Use React’s declarative power to build PlayCanvas apps with components, hooks, and JSX.</p>
804-
<a href="https://playcanvas-react.vercel.app/docs/api" class="module-link external">View API Reference</a>
804+
<a href="https://developer.playcanvas.com/user-manual/react/api" class="module-link external">View API Reference</a>
805805
</li>
806806
<li class="module-item" data-name="web-components">
807807
<h3>📖 Web Components</h3>

0 commit comments

Comments
 (0)