Skip to content

Commit 2cdfa0b

Browse files
authored
Fix Quick Start migration content base URLs (#24)
* point pre-production example at apis-prelive.quran.foundation * point production example at apis.quran.foundation
1 parent ae192ab commit 2cdfa0b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

‎docs/quickstart/index.md‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -257,17 +257,17 @@ Steps to migrate:
257257
1. Request API access — see [instructions above](#step-1-request-api-access).
258258
2. Obtain your client credentials and token — follow the [Authentication section](#step-2-get-your-access-token-authentication).
259259
3. Update your base URL:
260-
- Pre-Production:
260+
- Pre-Production:
261261

262-
```
263-
https://prelive-oauth2.quran.foundation/content/api/v4/...
264-
```
262+
```
263+
https://apis-prelive.quran.foundation/content/api/v4/...
264+
```
265265
266-
- Production:
266+
- Production:
267267
268-
```
269-
https://oauth2.quran.foundation/content/api/v4/...
270-
```
268+
```
269+
https://apis.quran.foundation/content/api/v4/...
270+
```
271271
272272
4. Add authorization headers — follow [Use the Access Token](#step-3-use-the-access-token) to include your token and client ID with each request.
273273

0 commit comments

Comments
 (0)