diff --git a/src/content/docs/client-apis/c.mdx b/src/content/docs/client-apis/c.mdx
index 63f641f..433b2e9 100644
--- a/src/content/docs/client-apis/c.mdx
+++ b/src/content/docs/client-apis/c.mdx
@@ -24,7 +24,7 @@ See the following link for the full documentation of the C library API.
## Linking
diff --git a/src/content/docs/client-apis/cpp.mdx b/src/content/docs/client-apis/cpp.mdx
index 32eaf70..713960f 100644
--- a/src/content/docs/client-apis/cpp.mdx
+++ b/src/content/docs/client-apis/cpp.mdx
@@ -9,7 +9,7 @@ See the following link for the full documentation of the C++ API.
## Handling Ladybug output using `getNext()`
diff --git a/src/content/docs/client-apis/java.mdx b/src/content/docs/client-apis/java.mdx
index 1ba6e2e..c445453 100644
--- a/src/content/docs/client-apis/java.mdx
+++ b/src/content/docs/client-apis/java.mdx
@@ -9,7 +9,7 @@ See the following link for the full documentation of the Java API.
## Handling Ladybug output using `getNext()`
diff --git a/src/content/docs/client-apis/nodejs.mdx b/src/content/docs/client-apis/nodejs.mdx
index 2162538..c437e18 100644
--- a/src/content/docs/client-apis/nodejs.mdx
+++ b/src/content/docs/client-apis/nodejs.mdx
@@ -10,7 +10,7 @@ See the following link for the full documentation of the Node.js API.
## Sync and Async APIs
@@ -103,7 +103,7 @@ for (const row of rows) {
-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
diff --git a/src/content/docs/client-apis/python.mdx b/src/content/docs/client-apis/python.mdx
index eeb3bd2..3b20f74 100644
--- a/src/content/docs/client-apis/python.mdx
+++ b/src/content/docs/client-apis/python.mdx
@@ -11,7 +11,7 @@ can be found in the Python API documentation, linked below.
## Sync and Async APIs
diff --git a/src/content/docs/client-apis/swift.mdx b/src/content/docs/client-apis/swift.mdx
index 0b98373..6d1bddd 100644
--- a/src/content/docs/client-apis/swift.mdx
+++ b/src/content/docs/client-apis/swift.mdx
@@ -9,7 +9,7 @@ See the following link for the full documentation of the `lbug-swift` package.
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.
diff --git a/src/content/docs/client-apis/wasm.mdx b/src/content/docs/client-apis/wasm.mdx
index cb3da4b..a1d3640 100644
--- a/src/content/docs/client-apis/wasm.mdx
+++ b/src/content/docs/client-apis/wasm.mdx
@@ -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