Skip to content

Commit

Permalink
Fix docs link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tbepler authored Nov 18, 2024
1 parent d31bc18 commit 60d0122
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The OpenProtein.AI Python Interface provides a user-friendly library to interact

# Quick-start

Get started with our quickstart README! You can peruse the [official documentation](https://docs.openprotein.ai/api-python/) for more details!
Get started with our quickstart README! You can peruse the [official documentation](https://docs.openprotein.ai/python-api/) for more details!
## Installation

To install the python interface using pip, run the following command:
Expand All @@ -46,7 +46,7 @@ conda install -c openprotein openprotein-python
# Getting started


Read on below for the quick-start guide, or see the [docs](https://docs.openprotein.ai/api-python/) for more information!
Read on below for the quick-start guide, or see the [docs](https://docs.openprotein.ai/python-api/) for more information!

To begin, create a session using your login credentials.
```
Expand Down Expand Up @@ -155,4 +155,4 @@ future.get_msa()
future.get_seed()
```

See more at our [Homepage](https://docs.openprotein.ai/)
See more at our [Homepage](https://docs.openprotein.ai/)

0 comments on commit 60d0122

Please sign in to comment.