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: Attributes.asRenderProps()
The `Attributes.asRenderProps()` method will return the data stored in the
attributes as a serializable JavaScript object. This method is typically
note 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

View file

@ -6,7 +6,7 @@ title: Part.asRenderProps()
The `Part.asRenderProps()` method will return the data stored in the
part 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

View file

@ -5,7 +5,7 @@ title: Path.asRenderProps()
The `Path.asRenderProps()` method will return the data stored in the
path 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

View file

@ -5,7 +5,7 @@ title: Point.asRenderProps()
The `Point.asRenderProps()` method will return the data stored in the
point 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

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

View file

@ -5,7 +5,7 @@ title: Svg.asRenderProps()
The `Svg.asRenderProps()` method will return the data stored in the
svg 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

View file

@ -141,7 +141,7 @@ const HomePage = ({ page }) => (
<div className="flex flex-col gap-5 md:grid lg:grid-cols-2 lg:gap-4 mt-12">
<CardLink
href="/reference/core"
href="/reference/api"
title="Core API"
text="Reference documentation for our core library"
/>