Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/client-apis/c.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ See the following link for the full documentation of the C library API.

<LinkCard
title="C API documentation"
href="https://lbugdb.github.io/api-docs/c/lbug_8h.html"
href="https://api-docs.ladybugdb.com/c/lbug_8h.html"
/>

## Linking
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/client-apis/cpp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See the following link for the full documentation of the C++ API.

<LinkCard
title="C++ API documentation"
href="https://lbugdb.github.io/api-docs/cpp/annotated.html"
href="https://api-docs.ladybugdb.com/cpp/annotated.html"
/>

## Handling Ladybug output using `getNext()`
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/client-apis/java.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See the following link for the full documentation of the Java API.

<LinkCard
title="Java API documentation"
href="https://lbugdb.github.io/api-docs/java"
href="https://api-docs.ladybugdb.com/java"
/>

## Handling Ladybug output using `getNext()`
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/client-apis/nodejs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ See the following link for the full documentation of the Node.js API.

<LinkCard
title="Node.js API documentation"
href="https://lbugdb.github.io/api-docs/nodejs"
href="https://api-docs.ladybugdb.com/nodejs"
/>

## Sync and Async APIs
Expand Down Expand Up @@ -103,7 +103,7 @@ for (const row of rows) {

</Tabs>

See the [Node.js API documentation](https://lbugdb.github.io/api-docs/nodejs) for more details
See the [Node.js API documentation](https://api-docs.ladybugdb.com/nodejs) for more details
on the methods available in the sync and async APIs.

## Run multiple queries in one execution
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/client-apis/python.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ can be found in the Python API documentation, linked below.

<LinkCard
title="Python API source documentation"
href="https://lbugdb.github.io/api-docs/python"
href="https://api-docs.ladybugdb.com/python"
/>

## Sync and Async APIs
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/client-apis/swift.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See the following link for the full documentation of the `lbug-swift` package.

<LinkCard
title="Swift API documentation"
href="https://lbugdb.github.io/api-docs/swift/documentation/lbug/"
href="https://api-docs.ladybugdb.com/swift/documentation/lbug/"
/>

We also provide a demo iOS application [here](https://github.com/LadybugDB/ladybug-swift-demo) that shows how to integrate Ladybug into an iOS application.
4 changes: 2 additions & 2 deletions src/content/docs/client-apis/wasm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ For the Node.js variant, the worker script can be resolved automatically and you
## API documentation
The API documentation can be found here:

**Synchronous** version: [API documentation](https://lbugdb.github.io/api-docs/wasm/sync/)
**Synchronous** version: [API documentation](https://api-docs.ladybugdb.com/wasm/sync/)

**Asynchronous** version: [API documentation](https://lbugdb.github.io/api-docs/wasm/async/)
**Asynchronous** version: [API documentation](https://api-docs.ladybugdb.com/wasm/async/)

## Local development

Expand Down