Skip to content

Commit 5712e23

Browse files
committed
docs: update README.md links and image
1 parent 0f71dd6 commit 5712e23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen)](https://github.com/fern-api/fern)
44
[![pypi](https://img.shields.io/pypi/v/webflow.svg)](https://pypi.python.org/pypi/webflow)
55

6-
The Webflow Python Library provides convenient access to the [Webflow Data API](https://developers.webflow.com/reference/rest-introduction) from
6+
The Webflow Python Library provides convenient access to the [Webflow Data API](https://developers.webflow.com/data/reference/rest-introduction) from
77
applications written in Python.
88

99
The library includes type definitions for all
@@ -55,12 +55,12 @@ asyncio.run(main())
5555

5656
## OAuth
5757

58-
To implement OAuth, you'll need to [register a Webflow App in your Workspace](https://developers.webflow.com/reference/authorization)
58+
To implement OAuth, you'll need to [register a Webflow App in your Workspace](https://developers.webflow.com/data/reference/authentication)
5959

6060
### Step 1: Authorize URL
6161

6262
The first step in OAuth is to generate an Authorization URL. Use this URL
63-
to fetch your Authorization Code. See the [docs](https://docs.developers.webflow.com/v1.0.0/docs/oauth#user-authorization)
63+
to fetch your Authorization Code. See the [docs](https://developers.webflow.com/data/reference/oauth-app#2-create-an-authorization-link)
6464
for more details.
6565

6666
```python
@@ -106,7 +106,7 @@ client = Webflow(
106106
All of the models are nested within the Webflow module. Let IntelliSense
107107
guide you!
108108

109-
![Alt text](assets/module.png)
109+
![Use IntelliSense to guide API usage](https://raw.githubusercontent.com/webflow/webflow-python/main/assets/module.png)
110110

111111
## Exception Handling
112112
All errors thrown by the SDK will be subclasses of [`ApiError`](./src/webflow/core/api_error.py).

0 commit comments

Comments
 (0)