Skip to content

Commit

Permalink
Fix 404 link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jul 8, 2024
1 parent 9d7cfc1 commit f83b679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/runtime/rendering/canvas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ render(<App />, screen);
## Learn more

<Cards>
<Card title="Learn about rendering to the screen using React" href="/runtime/react" />
<Card title="Learn about drawing images with the Canvas API" href="/runtime/concepts/images" />
<Card title="Learn about using custom fonts with the Canvas API" href="/runtime/concepts/fonts" />
</Cards>

0 comments on commit f83b679

Please sign in to comment.