From 260e9e48d95d28313e6812c86a16b8bd5947a903 Mon Sep 17 00:00:00 2001 From: Jim Myers Date: Tue, 2 May 2023 14:19:31 -0400 Subject: [PATCH] Update readme. --- README.md | 6 +++--- python/README.md | 6 +++--- python/VERSION | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b2471ea..7faf0ac 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ Programmatic access to the most reliable & comprehensive blockchain data in Web3 You've found yourself at the FlipsideCrypto SDK repository, the official SDK to programmatically query all of Flipside Crypto's data. ## 🧩 The Data -Flipside Crypto's Analytics Team has curated dozens of blockchain data sets with more being added each week. All tables available to query in Flipside's [Data Studio](https://flipside.new) can be queried programmatically via our API and library of SDKs. +Flipside Crypto's Analytics Team has curated dozens of blockchain data sets with more being added each week. All tables available to query in Flipside's [Data Studio](https://flipsidecrypto.xyz) can be queried programmatically via our API and library of SDKs. ## 📖 Official Docs -[https://docs.flipsidecrypto.com/api/getting-started](https://docs.flipsidecrypto.com/api/getting-started) +[https://docs.flipsidecrypto.com/flipside-api/get-started](https://docs.flipsidecrypto.com/flipside-api/get-started) ## 🗝 Want access? Genrate an API Key for Free -Get your [free API key here](https://flipsidecrypto.xyz/api) +Get your [free API key here](https://flipsidecrypto.xyz/account/api-keys)
## SDKs diff --git a/python/README.md b/python/README.md index 155a610..58a32e6 100644 --- a/python/README.md +++ b/python/README.md @@ -2,9 +2,9 @@ [![Python Continuous Testing](https://github.com/FlipsideCrypto/sdk/actions/workflows/ci_python.yml/badge.svg)](https://github.com/FlipsideCrypto/sdk/actions/workflows/ci_python.yml) -SDK, by Flipside Crypto gives you programmatic query access to the most reliable & comprehensive blockchain data sets in Web3, for free. More details on the SDK/API [here](https://data.flipsidecrypto.xyz).🥳 +The Python SDK, by Flipside Crypto gives you programmatic query access to the most reliable & comprehensive blockchain data sets in Web3, for free. More details on the SDK/API [here](https://docs.flipsidecrypto.com/flipside-api/get-started). ## Get Started -Get started by checking out the docs on our [Gitbook here](https://docs.flipsidecrypto.xyz/sdk/python): +Get started by checking out the docs on our [Gitbook here](https://docs.flipsidecrypto.com/flipside-api/get-started/python): -[📖 Official Docs](https://docs.flipsidecrypto.xyz/sdk/python) +[📖 Official Docs](https://docs.flipsidecrypto.com/flipside-api/get-started/python) diff --git a/python/VERSION b/python/VERSION index 359a5b9..10bf840 100644 --- a/python/VERSION +++ b/python/VERSION @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.0.1 \ No newline at end of file