diff --git a/docs/integrate/how-to/call-rest-api.md b/docs/integrate/how-to/call-rest-api.md index 6a1572d59bb..334e21df66f 100644 --- a/docs/integrate/how-to/call-rest-api.md +++ b/docs/integrate/how-to/call-rest-api.md @@ -197,7 +197,7 @@ Content-Type: application/json Some web proxies may only support the HTTP verbs GET and POST, but not more modern HTTP verbs like PATCH and DELETE. If your calls may pass through one of these proxies, you can send the actual verb using a POST method, with a header to override the method. -For example, you may want to [update a work item](/rest/api/azure/devops/wit/work%20items/update) (`PATCH _apis/wit/workitems/3`), but you may have to go through a proxy that only allows GET or POST. +For example, you may want to [update a work item](/rest/api/azure/devops/wit/work-items/update) (`PATCH _apis/wit/workitems/3`), but you may have to go through a proxy that only allows GET or POST. You can pass the proper verb (PATCH in this case) as an HTTP request header parameter and use POST as the actual HTTP method. ```no-highlight diff --git a/docs/project/search/functional-code-search.md b/docs/project/search/functional-code-search.md index 0c5efab86e6..66c888b9fed 100644 --- a/docs/project/search/functional-code-search.md +++ b/docs/project/search/functional-code-search.md @@ -161,7 +161,7 @@ In a TFVC project, you see a list of folder paths in that project for which you ## Search code with REST API -You can use APIs to extend or supplement the capabilities listed in this article. For information about Code Search with REST API, see [Fetch Code Search Results](/rest/api/azure/devops/search/code%20search%20results/fetch%20code%20search%20results). +You can use APIs to extend or supplement the capabilities listed in this article. For information about Code Search with REST API, see [Fetch Code Search Results](/rest/api/azure/devops/search/code-search-results/fetch-code-search-results). ## Next steps @@ -173,4 +173,4 @@ You can use APIs to extend or supplement the capabilities listed in this article * [Get started with Search](get-started-search.md) * [Search artifacts and packages](functional-package-search.md) * [Search work items](functional-work-item-search.md) -* [Search FAQs](faq-search.yml) \ No newline at end of file +* [Search FAQs](faq-search.yml) diff --git a/docs/project/search/functional-package-search.md b/docs/project/search/functional-package-search.md index 567540aa726..5d629cd7535 100644 --- a/docs/project/search/functional-package-search.md +++ b/docs/project/search/functional-package-search.md @@ -46,7 +46,7 @@ Add more criteria to either narrow or broaden your search by using the operators ## Search packages with REST API -You can use APIs to extend or supplement the capabilities listed in this article. For information about Package Search with REST API, see [Fetch Package Search Results](/rest/api/azure/devops/search/package%20search%20results/fetch%20package%20search%20results). +You can use APIs to extend or supplement the capabilities listed in this article. For information about Package Search with REST API, see [Fetch Package Search Results](/rest/api/azure/devops/search/package-search-results/fetch-package-search-results). ## Next steps > [!div class="nextstepaction"] diff --git a/docs/project/search/functional-work-item-search.md b/docs/project/search/functional-work-item-search.md index 8327dd6a3ed..9d13973c53e 100644 --- a/docs/project/search/functional-work-item-search.md +++ b/docs/project/search/functional-work-item-search.md @@ -238,7 +238,7 @@ If you're using a portrait orientation screen, use the **Preview pane: Right** l ## Search Work Items with REST API -You can use APIs to extend or supplement the capabilities listed in this article. For information about Work Item Search with REST API, see [Fetch Work Item Search Results](/rest/api/azure/devops/search/work%20item%20search%20results/fetch%20work%20item%20search%20results). +You can use APIs to extend or supplement the capabilities listed in this article. For information about Work Item Search with REST API, see [Fetch Work Item Search Results](/rest/api/azure/devops/search/work-item-search-results/fetch-work-item-search-results). ## Next steps