Skip to content

Commit

Permalink
Correct links at bottom of tutorial page (#26910)
Browse files Browse the repository at this point in the history
* Correct links at bottom of tutorial

The current links take you to `https://docs.airbyte.com/connector-development/connector-builder-ui/tutorial/record-processing` which is a 404. 
I think I changed it correctly to redirect to `https://docs.airbyte.com/connector-development/connector-builder-ui/record-processing` which is the correct url by excluding `/tutorial`

* Update tutorial.mdx

* absolute path

---------

Co-authored-by: Joe Reuter <joe@airbyte.io>
  • Loading branch information
tybernstein and Joe Reuter committed Jun 1, 2023
1 parent 7b55372 commit 001abdf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/connector-development/connector-builder-ui/tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,11 @@ Congratulations! You just completed the following steps:
## Next steps

This tutorial didn't go into depth about all features that can be used in the connector builder. Check out the concept pages for more information about certain topics:
* [Authentication](./authentication)
* [Record processing](./record-processing)
* [Pagination](./pagination)
* [Error handling](./error-handling)
* [Incremental sync](./incremental-sync)
* [Partitioning](./partitioning)

Not every possible API can be consumed by connectors configured in the connector builder. The [compatibility guide](/connector-development/connector-builder-ui/connector-builder-compatibility#oauth) can help determining whether another technology should be used to integrate an API with the Airbyte platform.
* [Authentication](/connector-development/connector-builder-ui/authentication/)
* [Record processing](/connector-development/connector-builder-ui/record-processing/)
* [Pagination](/connector-development/connector-builder-ui/pagination/)
* [Error handling](/connector-development/connector-builder-ui/error-handling/)
* [Incremental sync](/connector-development/connector-builder-ui/incremental-sync/)
* [Partitioning](/connector-development/connector-builder-ui/partitioning/)

Not every possible API can be consumed by connectors configured in the connector builder. The [compatibility guide](/connector-development/connector-builder-ui/connector-builder-compatibility#oauth) can help determining whether another technology should be used to integrate an API with the Airbyte platform.

0 comments on commit 001abdf

Please sign in to comment.