Skip to content

Commit 055d6e5

Browse files
committed
fix link
1 parent a6b1b1b commit 055d6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/how-to/dall-e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following command shows the most basic way to use DALL-E with code. If this
4747
Send a POST request to:
4848

4949
```
50-
https://<your_resource_name>.deployments/<your_deployment_name>/images/generations?api-version=<api_version>
50+
https://<your_resource_name>.openai.azure.com/openai/deployments/<your_deployment_name>/images/generations?api-version=<api_version>
5151
```
5252

5353
where:

0 commit comments

Comments
 (0)