Skip to content

Commit 60d0122

Browse files
authored
Fix docs link in README
1 parent d31bc18 commit 60d0122

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
@@ -22,7 +22,7 @@ The OpenProtein.AI Python Interface provides a user-friendly library to interact
2222

2323
# Quick-start
2424

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

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

4848

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

5151
To begin, create a session using your login credentials.
5252
```
@@ -155,4 +155,4 @@ future.get_msa()
155155
future.get_seed()
156156
```
157157

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

0 commit comments

Comments
 (0)