From e18ae9a1b5aeaa60d743dd83eb46a214f4b802bb Mon Sep 17 00:00:00 2001 From: Pritam Ovhal <31490724+pritamso@users.noreply.github.com> Date: Wed, 22 Sep 2021 04:59:11 +0530 Subject: [PATCH] Broken link fixed --- docs/project/work-across-projects-faqs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/project/work-across-projects-faqs.yml b/docs/project/work-across-projects-faqs.yml index c8266123d4d..af8aa9aa59e 100644 --- a/docs/project/work-across-projects-faqs.yml +++ b/docs/project/work-across-projects-faqs.yml @@ -139,9 +139,9 @@ sections: There is no user interface feature to extract this information. You can use the REST API to get this information as follows: 1. Get all projects using [Projects-List](/rest/api/azure/devops/core/projects/list). 1. Get all repositories of each project using [Repositories - List](/rest/api/azure/devops/git/repositories/list). - 1. Get all pull requests of each repository using [Pull Requests - Get Pull Requests](/rest/api/azure/devops/git/pull%20requests/get%20pull%20requests#pullrequeststatus). + 1. Get all pull requests of each repository using [Pull Requests - Get Pull Requests](/rest/api/azure/devops/git/pull-requests/get-pull-request#pullrequeststatus). additionalContent: | ## Related articles - [Work across projects](navigation/work-across-projects.md). - - [Connect to team projects](../organizations/projects/connect-to-projects.md) \ No newline at end of file + - [Connect to team projects](../organizations/projects/connect-to-projects.md)