We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0190c commit 1a751baCopy full SHA for 1a751ba
.changeset/plenty-pugs-peel.md
@@ -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
@@ -1,13 +1,16 @@
---
sidebar_label: API
import DocCard from '@theme/DocCard';
6
7
# Orca's Public API
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
-}} />
+<DocCard
+ item={{
+ type: "link",
+ href: "https://api.orca.so/docs",
+ label: "Visit the API reference docs on api.orca.so/docs",
14
+ description: "https://api.orca.so/docs",
15
+ }}
16
+/>
0 commit comments