Skip to content

Commit 41a178c

Browse files
docs: fix typos and broken links in documentation (#69175)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: [email protected] <[email protected]>
1 parent e687227 commit 41a178c

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

docs/community/getting-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Airbyte Core users don't have access to paid support, but you still have communi
2424

2525
### GitHub discussions
2626

27-
[GitHub siscussions](https://github.com/airbytehq/airbyte/discussions) are a great way to propose, vote on, and discuss Airbyte improvements.
27+
[GitHub discussions](https://github.com/airbytehq/airbyte/discussions) are a great way to propose, vote on, and discuss Airbyte improvements.
2828

2929
### Report an issue
3030

docs/platform/connector-development/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ If you need support along the way, visit the [Slack channel](https://airbytehq.s
2222

2323
| Tool | Description |
2424
| ----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
25-
| [Connector Builder](./connector-builder-ui/overview.md) | We recommend Connector Builder for developing a connector for an API source. If youre using Airbyte Cloud, no local developer environment is required to create a new connection with the Connector Builder because you configure it directly in the Airbyte web UI. This tool guides you through creating and testing a connection. Refer to our [tutorial](./connector-builder-ui/tutorial.mdx) on the Connector Builder to guide you through the basics. Building destination connectors isn't supported in the Connector Builder. |
26-
| [Low Code Connector Development Kit (CDK)](./config-based/low-code-cdk-overview.md) | This framework lets you build source connectors for HTTP API sources. The Low-code CDK is a declarative framework that allows you to describe the connector using a [YAML schema](./schema-reference) without writing Python code. Its flexible enough to include [custom Python components](./config-based/advanced-topics/custom-components.md) in conjunction with this method if necessary. Building destination connectors isn't supported in the low-code CDK. |
27-
| [Python Connector Development Kit (CDK)](./cdk-python/basic-concepts.md) | While this method provides the most flexibility to developers, it also requires the most code and maintenance. This library provides classes that work out-of-the-box for most scenarios youll encounter along with the generators to make the connector scaffolds for you. We maintain an [in-depth guide](./tutorials/custom-python-connector/0-getting-started.md) to building a connector using the Python CDK. |
28-
| [Java CDK](./tutorials/building-a-java-destination.md) | If you're bulding a source or a destination against a traditional database (not an HTTP API, not a vector database), you should use the Java CDK instead. |
25+
| [Connector Builder](./connector-builder-ui/overview.md) | We recommend Connector Builder for developing a connector for an API source. If you're using Airbyte Cloud, no local developer environment is required to create a new connection with the Connector Builder because you configure it directly in the Airbyte web UI. This tool guides you through creating and testing a connection. Refer to our [tutorial](./connector-builder-ui/tutorial.mdx) on the Connector Builder to guide you through the basics. Building destination connectors isn't supported in the Connector Builder. |
26+
| [Low Code Connector Development Kit (CDK)](./config-based/low-code-cdk-overview.md) | This framework lets you build source connectors for HTTP API sources. The Low-code CDK is a declarative framework that allows you to describe the connector using a [YAML schema](./schema-reference) without writing Python code. It's flexible enough to include [custom Python components](./config-based/advanced-topics/custom-components.md) in conjunction with this method if necessary. Building destination connectors isn't supported in the low-code CDK. |
27+
| [Python Connector Development Kit (CDK)](./cdk-python/basic-concepts.md) | While this method provides the most flexibility to developers, it also requires the most code and maintenance. This library provides classes that work out-of-the-box for most scenarios you'll encounter along with the generators to make the connector scaffolds for you. We maintain an [in-depth guide](./tutorials/custom-python-connector/0-getting-started.md) to building a connector using the Python CDK. |
28+
| Java CDK | Airbyte is revamping the Java CDK and does not currently accept Java CDK contributions. |
2929

3030
## Community maintained CDKs
3131

docs/platform/connector-development/tutorials/building-a-java-destination.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
draft: true
3+
---
4+
15
# Building a Java Destination
26

37
:::warning

docs/platform/organizations-workspaces/workspaces/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import DocCardList from '@theme/DocCardList';
66

77
# Workspaces
88

9-
Each organization consists of one or more **workspaces**. A workspace groups sources, destinations, connections. You can also use workspaces to assign access and permissions. You can use a single workspace for everything, or you can divide your organization into multiple workspaces.
9+
Each organization consists of one or more **workspaces**. A workspace groups sources, destinations, and connections. You can also use workspaces to assign access and permissions. You can use a single workspace for everything, or you can divide your organization into multiple workspaces.
1010

1111
![The Connections page in a workspace](../../images/workspace-homepage.png)
1212

docusaurus/src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,13 +388,13 @@ export default function Home() {
388388
alt="GitHub stars"
389389
/>
390390
</a>{' '}
391-
<a href="/community/developer-guides/licenses/mit-license">
391+
<a href="/community/licenses/mit-license">
392392
<img
393393
src="https://img.shields.io/static/v1?label=license&message=MIT&color=brightgreen"
394394
alt="MIT License"
395395
/>
396396
</a>{' '}
397-
<a href="/community/developer-guides/licenses/elv2-license">
397+
<a href="/community/licenses/elv2-license">
398398
<img
399399
src="https://img.shields.io/static/v1?label=license&message=ELv2&color=brightgreen"
400400
alt="ELv2 License"

0 commit comments

Comments
 (0)