From b79984ab7dc6c8e666a1967909525c5f9373114a Mon Sep 17 00:00:00 2001 From: Shahil Mawjee <21179950+s-mawjee@users.noreply.github.com> Date: Tue, 19 Oct 2021 18:32:24 +0200 Subject: [PATCH] Fixed broken link in Source Bigquery spec (#7165) --- .../connectors/source-bigquery/src/main/resources/spec.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airbyte-integrations/connectors/source-bigquery/src/main/resources/spec.json b/airbyte-integrations/connectors/source-bigquery/src/main/resources/spec.json index 8a9b181d0dc98..0419fae8e20e5 100644 --- a/airbyte-integrations/connectors/source-bigquery/src/main/resources/spec.json +++ b/airbyte-integrations/connectors/source-bigquery/src/main/resources/spec.json @@ -1,5 +1,5 @@ { - "documentationUrl": "https://docs.airbyte.io/integrations/source/bigquery", + "documentationUrl": "https://docs.airbyte.io/integrations/sources/bigquery", "supportsIncremental": true, "supportsNormalization": true, "supportsDBT": true, @@ -23,7 +23,7 @@ }, "credentials_json": { "type": "string", - "description": "The contents of the JSON service account key. Check out the docs if you need help generating this key.", + "description": "The contents of the JSON service account key. Check out the docs if you need help generating this key.", "title": "Credentials JSON", "airbyte_secret": true }