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
|
The `Attributes.asRenderProps()` method will return the data stored in the
|
||||||
attributes as a serializable JavaScript object. This method is typically
|
attributes as a serializable JavaScript object. This method is typically
|
||||||
note invoked directly but rather called under the hood as a result of
|
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
|
## Signature
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ title: Part.asRenderProps()
|
||||||
The `Part.asRenderProps()` method will return the data stored in the
|
The `Part.asRenderProps()` method will return the data stored in the
|
||||||
part as a serializable JavaScript object. This method is typically
|
part as a serializable JavaScript object. This method is typically
|
||||||
not invoked directly but rather called under the hood as a result of
|
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
|
## Signature
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ title: Path.asRenderProps()
|
||||||
The `Path.asRenderProps()` method will return the data stored in the
|
The `Path.asRenderProps()` method will return the data stored in the
|
||||||
path as a serializable JavaScript object. This method is typically
|
path as a serializable JavaScript object. This method is typically
|
||||||
not invoked directly but rather called under the hood as a result of
|
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
|
## Signature
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ title: Point.asRenderProps()
|
||||||
The `Point.asRenderProps()` method will return the data stored in the
|
The `Point.asRenderProps()` method will return the data stored in the
|
||||||
point as a serializable JavaScript object. This method is typically
|
point as a serializable JavaScript object. This method is typically
|
||||||
not invoked directly but rather called under the hood as a result of
|
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
|
## Signature
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ title: Snippet.asRenderProps()
|
||||||
The `Snippet.asRenderProps()` method will return the data stored in the
|
The `Snippet.asRenderProps()` method will return the data stored in the
|
||||||
snippet as a serializable JavaScript object. This method is typically
|
snippet as a serializable JavaScript object. This method is typically
|
||||||
not invoked directly but rather called under the hood as a result of
|
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
|
## Signature
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ title: Svg.asRenderProps()
|
||||||
The `Svg.asRenderProps()` method will return the data stored in the
|
The `Svg.asRenderProps()` method will return the data stored in the
|
||||||
svg as a serializable JavaScript object. This method is typically
|
svg as a serializable JavaScript object. This method is typically
|
||||||
not invoked directly but rather called under the hood as a result of
|
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
|
## 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">
|
<div className="flex flex-col gap-5 md:grid lg:grid-cols-2 lg:gap-4 mt-12">
|
||||||
<CardLink
|
<CardLink
|
||||||
href="/reference/core"
|
href="/reference/api"
|
||||||
title="Core API"
|
title="Core API"
|
||||||
text="Reference documentation for our core library"
|
text="Reference documentation for our core library"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue