Skip to content

Commit 223e2f3

Browse files
committed
fix links/build warnings
1 parent ecbbc6b commit 223e2f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/integrate/how-to/call-rest-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,18 +188,18 @@ For supported versions, see [REST API versioning](../concepts/rest-api-versionin
188188
Azure DevOps Services supports CORS, enabling JavaScript code from external domains to make Ajax requests to REST APIs. Each request must include authentication credentials (Microsoft Entra ID tokens, OAuth access tokens, or PATs are supported).
189189

190190
> [!TIP]
191-
> For complete CORS implementation examples, see [REST API samples](samples.md#cors-support).
191+
> For complete CORS implementation examples, see [REST API samples](../get-started/rest/samples.md#cors-support).
192192
193193
## More resources
194194

195195
For practical implementation guidance and complete code examples, see:
196196

197-
* [REST API samples](samples.md) - Complete examples with Microsoft Entra ID authentication
198-
* [Authentication guidance](authenticate/authentication-guidance.md) - Detailed authentication options
197+
* [REST API samples](../get-started/rest/samples.md) - Complete examples with Microsoft Entra ID authentication
198+
* [Authentication guidance](../get-started/authentication/authentication-guidance.md) - Detailed authentication options
199199
* [REST API versioning](../concepts/rest-api-versioning.md) - API lifecycle information
200-
* [OAuth 2.0](authenticate/oauth.md) - OAuth implementation details
200+
* [OAuth 2.0](../get-started/authentication/oauth.md) - OAuth implementation details
201201

202202
## Next steps
203203

204204
> [!div class="nextstepaction"]
205-
> [Try REST API samples](samples.md)
205+
> [Try REST API samples](../get-started/rest/samples.md)

0 commit comments

Comments
 (0)