1
0
Fork 0

Bulk fix links to /core -> /api

This commit is contained in:
Vili Sinervä 2024-07-08 18:07:40 +03:00
parent 3534769042
commit 115a4bfdfd
No known key found for this signature in database
7 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@ title: Snippet.asRenderProps()
The `Snippet.asRenderProps()` method will return the data stored in the
snippet as a serializable JavaScript object. This method is typically
not invoked directly but rather called under the hood as a result of
calling [`Pattern.getRenderProps()`](/reference/core/pattern/getrenderprops).
calling [`Pattern.getRenderProps()`](/reference/api/pattern/getrenderprops).
## Signature