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)