Skip to content

Commit

Permalink
Docs: Fixed broken links (#14622)
Browse files Browse the repository at this point in the history
* fixing broken links

* more broken links
  • Loading branch information
Amruta-Ranade authored Jul 12, 2022
1 parent 67dc38b commit c1b9f82
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/connector-development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ and choose the relevant template by using the arrow keys. This will generate a n
Search the generated directory for "TODO"s and follow them to implement your connector. For more detailed walkthroughs and instructions, follow the relevant tutorial:

* [Speedrun: Building a HTTP source with the CDK](tutorials/cdk-speedrun.md)
* [Building a HTTP source with the CDK](tutorials/cdk-tutorial-python-http/)
* [Building a HTTP source with the CDK](tutorials/cdk-tutorial-python-http/getting-started.md)
* [Building a Python source](tutorials/building-a-python-source.md)
* [Building a Python destination](tutorials/building-a-python-destination.md)
* [Building a Java destination](tutorials/building-a-java-destination.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/connector-development/cdk-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cd airbyte-integrations/connector-templates/generator

then follow the interactive prompt. Next, find all `TODO`s in the generated project directory -- they're accompanied by lots of comments explaining what you'll need to do in order to implement your connector. Upon completing all TODOs properly, you should have a functioning connector.

Additionally, you can follow [this tutorial](https://docs.airbyte.io/connector-development/tutorials/cdk-tutorial-python-http) for a complete walkthrough of creating an HTTP connector using the Airbyte CDK.
Additionally, you can follow [this tutorial](../tutorials/cdk-tutorial-python-http/getting-started.md) for a complete walkthrough of creating an HTTP connector using the Airbyte CDK.

### Concepts & Documentation

Expand All @@ -45,7 +45,7 @@ Airbyte recommends using the CDK template generator to develop with the CDK. The

For tips on useful Python knowledge, see the [Python Concepts](python-concepts.md) page.

You can find a complete tutorial for implementing an HTTP source connector in [this tutorial](../tutorials/cdk-tutorial-python-http/)
You can find a complete tutorial for implementing an HTTP source connector in [this tutorial](../tutorials/cdk-tutorial-python-http/getting-started.md)

### Example Connectors

Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion docs/integrations/custom-connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you'd like to build new connectors, or update existing ones, **for your own u

## Developing your own connector

It's easy to code your own connectors on Airbyte. Here is a link to instruct on how to code new sources and destinations: [building new connectors](../contributing-to-airbyte/)
It's easy to code your own connectors on Airbyte. Here is a link to instruct on how to code new sources and destinations: [building new connectors](../connector-development/README.md)

While the guides in the link above are specific to the languages used most frequently to write integrations, **Airbyte connectors can be written in any language**. Please reach out to us if you'd like help developing connectors in other languages.

Expand Down

0 comments on commit c1b9f82

Please sign in to comment.