Skip to content

Commit b6ea7a4

Browse files
authored
Merge pull request #70 from Frameio/jh/update-docs-link
Update outbound documentation link
2 parents 0710e4e + 4a00d48 commit b6ea7a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ _Note: The Frame.io Python client may not work correctly in Python 3.8+_
2828

2929
## Documentation
3030

31-
[Frame.io API Documentation](https://docs.frame.io)
31+
[Frame.io API Documentation](https://developer.frame.io/docs)
3232

3333
## Usage
3434

@@ -50,7 +50,7 @@ print(me['id'])
5050

5151
### Create and Upload Asset
5252

53-
Create a new asset and upload a file. For `parent_asset_id` you must have the root asset ID for the project, or an ID for a folder in the project. For more information on how assets work, check out [our docs](https://docs.frame.io/docs/uploading-assets).
53+
Create a new asset and upload a file. For `parent_asset_id` you must have the root asset ID for the project, or an ID for a folder in the project. For more information on how assets work, check out [our docs](https://developer.frame.io/docs/workflows-assets/uploading-assets).
5454

5555
```python
5656
from frameioclient import FrameioClient

0 commit comments

Comments
 (0)