From e4039130bc9c9864e9fa37ced403957bb3cbdee7 Mon Sep 17 00:00:00 2001 From: lmossman Date: Fri, 13 Jan 2023 10:36:34 -0800 Subject: [PATCH] Fix links in connector builder UI docs --- .../config-based/connector-builder-ui.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/connector-development/config-based/connector-builder-ui.md b/docs/connector-development/config-based/connector-builder-ui.md index 56f160e15a65..c64e3bfd5f31 100644 --- a/docs/connector-development/config-based/connector-builder-ui.md +++ b/docs/connector-development/config-based/connector-builder-ui.md @@ -1,6 +1,6 @@ # Connector Builder UI -The connector builder UI provides an ergonomic iteration interface on top of the [low-code YAML format](understanding-the-yaml-file/yaml-overview). We recommend using it to iterate on your low-code connectors. +The connector builder UI provides an ergonomic iteration interface on top of the [low-code YAML format](./understanding-the-yaml-file/yaml-overview). We recommend using it to iterate on your low-code connectors. :::caution The connector builder UI is in alpha, which means it’s still in active development and may include backward-incompatible changes. Share feedback and requests with us on our Slack channel or email us at feedback@airbyte.io @@ -26,7 +26,7 @@ You need at least Airbyte v0.40.27 to run the connector builder UI. We recommend using a dedicated Airbyte instance for the connector builder UI. This will allow you to pick up connector builder UI upgrades without impacting your production data pipelines. ::: -The connector builder UI is bundled as part of the Airbyte webapp. To run it, follow [the instructions for deploying Airbyte locally](../../deploying-airbyte/local-deployment) to run Airbyte on your machine. Once you do, Airbyte should be reachable at `http://localhost:8000`. +The connector builder UI is bundled as part of the Airbyte webapp. To run it, follow [the instructions for deploying Airbyte locally](../../../deploying-airbyte/local-deployment) to run Airbyte on your machine. Once you do, Airbyte should be reachable at `http://localhost:8000`. ### Visit the connector builder @@ -34,7 +34,7 @@ Once your Airbyte instance has started and you've moved past the initial setup s ![The Connector Builder home page](./assets/lowcode_landing_screen.png) -You can now use this UI to build your connector. See the [components](#connector-builder-components) section for more information on how to use the UI to iterate on your connector. +You can now use this UI to build your connector. See the [Testing Panel](#connector-builder-testing-panel) section for more information on how to use the UI to iterate on your connector. The output of this UI is a low-code YAML representation of your connector, which you can preview by clicking the `UI | YAML` toggle button the the top-left. This screen also allows you to edit the low-code YAML directly if desired, and continue to test it in the testing panel. @@ -48,7 +48,7 @@ If you haven't already, create a low-code connector module using the connector g Follow the instructions in the connector README to build the Docker image. Typically this will be something like `docker build . -t airbyte/source-:`. -Once you've built the connector image, [follow these instructions](../../integrations/custom-connectors#adding-your-connectors-in-the-ui) to add your connector to your Airbyte instance. +Once you've built the connector image, [follow these instructions](../../../integrations/custom-connectors#adding-your-connectors-in-the-ui) to add your connector to your Airbyte instance. ## Connector Builder Testing Panel @@ -75,4 +75,4 @@ The following demo video demonstrates these components on a very simple API: ## Upgrading -The connector builder ships as part of the Airbyte platform. So if you want to get the latest and greatest updates to the builder UI, follow the process for [upgrading Airbyte](../../operator-guides/upgrading-airbyte) and you should pick up the upgrades. +The connector builder ships as part of the Airbyte platform. So if you want to get the latest and greatest updates to the builder UI, follow the process for [upgrading Airbyte](../../../operator-guides/upgrading-airbyte) and you should pick up the upgrades.