Skip to content

Commit f0789a6

Browse files
committed
fix duplicate link
1 parent 0dded1b commit f0789a6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

airbyte_cdk/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@
3939
- `airbyte-cdk`: This is the main CLI for the Airbyte CDK. It provides commands for building
4040
and testing connectors, as well as other utilities. See the `airbyte_cdk.cli.airbyte_cdk` module
4141
for more details.
42-
- `source-declarative-manifest` (`airbyte_cdk.cli.source_declarative_manifest`): This command allows
43-
you to run declarative manifests directly. See the `airbyte_cdk.cli.source_declarative_manifest`
44-
module for more details.
42+
- `source-declarative-manifest`: This command allows you to run declarative manifests directly.
43+
See the `airbyte_cdk.cli.source_declarative_manifest` module for more details.
4544
4645
---
4746

0 commit comments

Comments
 (0)