From 88f941a1b6a27eae15a4bff9099ab3f8e53628fd Mon Sep 17 00:00:00 2001 From: Vikram G <38922566+ghanvik@users.noreply.github.com> Date: Mon, 5 Sep 2022 13:46:58 -0700 Subject: [PATCH] Update README.md (#16312) Fixed link to Airbyte specification --- docs/connector-development/cdk-python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/connector-development/cdk-python/README.md b/docs/connector-development/cdk-python/README.md index 4b06cfc91f19..878329d86b03 100644 --- a/docs/connector-development/cdk-python/README.md +++ b/docs/connector-development/cdk-python/README.md @@ -8,7 +8,7 @@ The Airbyte Python CDK is a framework for rapidly developing production-grade Ai The CDK provides an improved developer experience by providing basic implementation structure and abstracting away low-level glue boilerplate. -This document is a general introduction to the CDK. Readers should have basic familiarity with the [Airbyte Specification](https://docs.airbyte.io/architecture/airbyte-protocol) before proceeding. +This document is a general introduction to the CDK. Readers should have basic familiarity with the [Airbyte Specification](https://docs.airbyte.com/understanding-airbyte/airbyte-protocol/) before proceeding. If you have any issues with troubleshooting or want to learn more about the CDK from the Airbyte team, head to [the Connector Development section of our Discourse forum](https://discuss.airbyte.io/c/connector-development/16) to inquire further!