Skip to content

Commit 1a751ba

Browse files
authored
INF-899 - Update API documentation link (#956)
1 parent 6c0190c commit 1a751ba

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.changeset/plenty-pugs-peel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@orca-so/whirlpools-docs": patch
3+
---
4+
5+
Changing the API docs to point to https://api.orca.so/docs

docs/whirlpool/docs/04-API.mdx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
---
22
sidebar_label: API
33
---
4+
45
import DocCard from '@theme/DocCard';
56

67
# Orca's Public API
78

8-
<DocCard item={{
9-
type: 'link',
10-
href: 'https://github.com/orca-so/whirlpools',
11-
label: 'Visit the API reference docs on api.orca.so/docs',
12-
description: 'https://github.com/orca-so/whirlpools'
13-
}} />
9+
<DocCard
10+
item={{
11+
type: "link",
12+
href: "https://api.orca.so/docs",
13+
label: "Visit the API reference docs on api.orca.so/docs",
14+
description: "https://api.orca.so/docs",
15+
}}
16+
/>

0 commit comments

Comments
 (0)