From a4f8e7efba3053fb4b422ebd7a8392e10735c52f Mon Sep 17 00:00:00 2001 From: karenkyang <100612116+karenkyang@users.noreply.github.com> Date: Thu, 28 Jul 2022 10:05:19 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eae630180..9e82933d2 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,9 @@ pip install labelbox[data] ## Documentation -- [Visit our docs](https://labelbox.com/docs/python-api) to learn how the SDK works +- [Visit our docs](https://docs.labelbox.com/reference) to learn how the SDK works - Checkout our [notebook examples](examples/) to follow along with interactive tutorials -- view our [API reference](https://labelbox.com/docs/python-api/api-reference). +- view our [API reference](https://labelbox-python.readthedocs.io/en/latest/index.html). ## Authentication From 5233d2973c0ec2ae2007f86bc47063990c6ee6b9 Mon Sep 17 00:00:00 2001 From: karenkyang <100612116+karenkyang@users.noreply.github.com> Date: Mon, 1 Aug 2022 13:40:00 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e82933d2..c3ea4e1c4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The Labelbox Python API offers a simple, user-friendly way to interact with the - Use Python 3.7, 3.8 or 3.9 - [Create an account](http://app.labelbox.com/) -- [Generate an API key](https://labelbox.com/docs/api/getting-started#create_api_key) +- [Generate an API key](https://docs.labelbox.com/docs/create-an-api-key) ## Installation