1
0
mirror of synced 2025-12-22 11:31:02 -05:00

Update M1 doc and fix doc links (#7205)

* Add note about jdk 14 vs 17 for m1

* Fix doc links
This commit is contained in:
LiRen Tu
2021-10-19 22:31:16 -07:00
committed by GitHub
parent 6c0a17304a
commit e3be3d2ad0
3 changed files with 5 additions and 4 deletions

View File

@@ -9,5 +9,4 @@ $ ./generate.sh
Select the `Python HTTP API Source` template and then input the name of your connector. For this walk-through we will refer to our source as `python-http-example`. The finalized source code for this tutorial can be found [here](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-python-http-tutorial).
The source we will build in this tutorial will pull data from the [Rates API](https://ratesapi.io/), a free and open API which documents historical exchange rates for fiat currencies.
The source we will build in this tutorial will pull data from the [Exchange Rates API](https://exchangeratesapi.io/), a free and open API which documents historical exchange rates for fiat currencies.