Skip to content

Commit 4edeeae

Browse files
authored
update broken link (#38746)
### Packages impacted by this PR ### Issues associated with this PR ### Describe the problem that is addressed by this PR ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
1 parent 5ec9b6a commit 4edeeae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/ai/ai-projects/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ See the full sample code in [agentMcp.ts](https://github.com/Azure/azure-sdk-for
466466

467467
**OpenAPI**
468468

469-
Call external APIs defined by OpenAPI specifications without additional client-side code. [OpenAI Documentation](https://platform.openai.com/docs/guides/tools-openapi)
469+
Call external APIs defined by OpenAPI specifications without additional client-side code. [OpenAI Documentation](https://developers.openai.com/api/docs/guides/tools)
470470

471471
```ts snippet:agent-openapi
472472
const weatherSpecPath = path.resolve(__dirname, "../assets", "weather_openapi.json");

0 commit comments

Comments
 (0)