Bulk fix links to /core -> /api
This commit is contained in:
parent
3534769042
commit
115a4bfdfd
7 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue