Skip to content

Commit e8f8220

Browse files
authored
Merge pull request #654 from Labelbox/karenkyang-fix-broken-doc-link
Update README.md to fix broken doc links
2 parents 1a4965d + 5233d29 commit e8f8220

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Labelbox Python API offers a simple, user-friendly way to interact with the
2020

2121
- Use Python 3.7, 3.8 or 3.9
2222
- [Create an account](http://app.labelbox.com/)
23-
- [Generate an API key](https://labelbox.com/docs/api/getting-started#create_api_key)
23+
- [Generate an API key](https://docs.labelbox.com/docs/create-an-api-key)
2424

2525
## Installation
2626

@@ -59,9 +59,9 @@ pip install labelbox[data]
5959

6060
## Documentation
6161

62-
- [Visit our docs](https://labelbox.com/docs/python-api) to learn how the SDK works
62+
- [Visit our docs](https://docs.labelbox.com/reference) to learn how the SDK works
6363
- Checkout our [notebook examples](examples/) to follow along with interactive tutorials
64-
- view our [API reference](https://labelbox.com/docs/python-api/api-reference).
64+
- view our [API reference](https://labelbox-python.readthedocs.io/en/latest/index.html).
6565

6666
## Authentication
6767

0 commit comments

Comments
 (0)