Skip to content

Commit b79984a

Browse files
authored
Fixed broken link in Source Bigquery spec (#7165)
1 parent dc575f6 commit b79984a

File tree

1 file changed

+2
-2
lines changed
  • airbyte-integrations/connectors/source-bigquery/src/main/resources

1 file changed

+2
-2
lines changed

airbyte-integrations/connectors/source-bigquery/src/main/resources/spec.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"documentationUrl": "https://docs.airbyte.io/integrations/source/bigquery",
2+
"documentationUrl": "https://docs.airbyte.io/integrations/sources/bigquery",
33
"supportsIncremental": true,
44
"supportsNormalization": true,
55
"supportsDBT": true,
@@ -23,7 +23,7 @@
2323
},
2424
"credentials_json": {
2525
"type": "string",
26-
"description": "The contents of the JSON service account key. Check out the <a href=\"https://docs.airbyte.io/integrations/source/bigquery\">docs</a> if you need help generating this key.",
26+
"description": "The contents of the JSON service account key. Check out the <a href=\"https://docs.airbyte.io/integrations/sources/bigquery#setup-the-bigquery-source-in-airbyte\">docs</a> if you need help generating this key.",
2727
"title": "Credentials JSON",
2828
"airbyte_secret": true
2929
}

0 commit comments

Comments
 (0)