Skip to content

Commit 6c312f6

Browse files
committed
chore: fix typo, and broken links
1 parent fb2ec59 commit 6c312f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: content/en/features/authorization.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ In this Authentication Model, you first retrieve an access token for the API, th
3636

3737
**An example OAuth 2.0 flow could run as follows:**
3838

39-
<img src="features/OAuth2.0.png" height="1280" width="640" alt=""/>
39+
<img src="/features/OAuth2.0.png" height="1280" width="640" alt=""/>
4040

4141
#### Steps:
4242

4343
1. In the Authorization tab for a request, select **OAuth 2.0** from the _Authorization Type_ drop-down.
4444

45-
<img src="features/Oauth-dark.png" class="dark-img" height="1280" width="640" alt=""/>
46-
<img src="features/Oauth-light.png" class="light-img" height="1280" width="640" alt=""/>
45+
<img src="/features/Oauth-dark.png" class="dark-img" height="1280" width="640" alt=""/>
46+
<img src="/features/Oauth-light.png" class="light-img" height="1280" width="640" alt=""/>
4747

4848
2. Fill out the fields in the section below and click on **Generate Token** to generate a new _access token_.
4949

0 commit comments

Comments
 (0)