From 83dd2c3de2ddd2f54395f8232c076f2f0ab6a5cc Mon Sep 17 00:00:00 2001 From: Alexandre Girard Date: Tue, 16 Aug 2022 14:00:36 -0700 Subject: [PATCH] Don't point to contribution guide (#15703) --- docs/connector-development/config-based/tutorial/6-testing.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/connector-development/config-based/tutorial/6-testing.md b/docs/connector-development/config-based/tutorial/6-testing.md index c0970a0af0742..e83dbdf5b7640 100644 --- a/docs/connector-development/config-based/tutorial/6-testing.md +++ b/docs/connector-development/config-based/tutorial/6-testing.md @@ -39,8 +39,6 @@ $ python -m pytest integration_tests -p integration_tests.acceptance Next, we'll add the connector to the [Airbyte platform](https://docs.airbyte.com/connector-development/tutorials/cdk-tutorial-python-http/use-connector-in-airbyte). -See your [Contributiong guide](../../../contributing-to-airbyte/README.md) on how to get started releasing your connector. - ## Read more: - [Error handling](../error-handling.md)