Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated link and text. #48711

Merged
merged 3 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/using-airbyte/getting-started/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ looking to scale efficiently. For more details, talk to our Sales team. " ctaTex

<Grid columns="1">

<CardWithIcon title="pyAirbyte" description="Quickly sync data using Python in your local notebook." ctaText="OSS Quickstart" ctaLink="../pyairbyte/getting-started" icon="fa-download" />

<CardWithIcon title="pyAirbyte" description="Quickly sync data using Python in your local notebook." ctaText="pyAirbyte" ctaLink="../pyairbyte/getting-started" icon="fa-download" />

</Grid>

Expand Down
6 changes: 2 additions & 4 deletions docs/using-airbyte/pyairbyte/getting-started.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting Started with PyAirbyte
# Using PyAirbyte

**PyAirbyte brings the power of Airbyte to every Python and AI developer.**
PyAirbyte brings the power of Airbyte to every Python and AI developer.

## Installation

Expand All @@ -11,8 +11,6 @@ pip install airbyte
## Quickstarts

* **NEW:** [1.0 Launch Demo: AI and PyAirbyte](https://colab.research.google.com/github/airbytehq/quickstarts/blob/main/pyairbyte_notebooks/AI%20ChatBot%20-%201.0%20Launch%20Demo.ipynb)


* [Basic Demo](https://github.com/airbytehq/quickstarts/blob/main/pyairbyte_notebooks/PyAirbyte_Basic_Features_Demo.ipynb)
* [CoinAPI](https://github.com/airbytehq/quickstarts/blob/main/pyairbyte_notebooks/PyAirbyte_CoinAPI_Demo.ipynb)
* [GA4](https://github.com/airbytehq/quickstarts/blob/main/pyairbyte_notebooks/PyAirbyte_GA4_Demo.ipynb)
Expand Down
Loading