Skip to content

Commit

Permalink
AirbyteLib: Docs: fix colab badge (#35248)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Feb 13, 2024
1 parent 5bab3df commit c07915b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using-airbyte/airbyte-lib/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pip install 'git+https://www.github.com/airbytehq/airbyte.git@master#egg=airbyte

Data can be extracted from sources and loaded into caches:

<a href="https://colab.research.google.com/github/airbytehq/quickstarts/blob/master/airbyte_lib_notebooks/AirbyteLib_Basic_Features_Demo.ipynb" target="_parent"><img src="https://img.shields.io/badge/-Try%with%20Colab-grey?logo=googlecolab" alt="Try with Colab"/></a>
<a href="https://colab.research.google.com/github/airbytehq/quickstarts/blob/master/airbyte_lib_notebooks/AirbyteLib_Basic_Features_Demo.ipynb" target="_parent"><img src="https://img.shields.io/badge/-Try%20with%20Colab-grey?logo=googlecolab" alt="Try with Colab"/></a>

```python
import airbyte_lib as ab
Expand Down

0 comments on commit c07915b

Please sign in to comment.