From df1ba17c9e90b8f64f2cf63a326384fd815564d2 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 26 Mar 2024 15:00:04 +0100 Subject: [PATCH] update api reference link --- docs/website/docs/dlt-ecosystem/destinations/bigquery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/dlt-ecosystem/destinations/bigquery.md b/docs/website/docs/dlt-ecosystem/destinations/bigquery.md index 6203ab0866..dd4fc4dfe5 100644 --- a/docs/website/docs/dlt-ecosystem/destinations/bigquery.md +++ b/docs/website/docs/dlt-ecosystem/destinations/bigquery.md @@ -263,7 +263,7 @@ bigquery_adapter(my_resource, partition="partition_column_name") my_resource = bigquery_adapter(my_resource, partition="partition_column_name") ``` -Refer to the [full API specification](../../api_reference/destinations/impl/bigquery/bigquery_adapter.md) for more details. +Refer to the [full API specification](https://dlthub.com/docs/api_reference/destinations/impl/bigquery/bigquery_adapter) for more details.