From 94e4a175fc11c98b7673efef118204818c82a51f Mon Sep 17 00:00:00 2001 From: Jorge Braz Date: Wed, 9 Oct 2024 10:50:04 +0100 Subject: [PATCH] Update managing-repositories.md Update segments page links to the format `../segments`, removing the `.md` extension --- docs/organizations/managing-repositories.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/organizations/managing-repositories.md b/docs/organizations/managing-repositories.md index 0e126f27a3..350d713b90 100644 --- a/docs/organizations/managing-repositories.md +++ b/docs/organizations/managing-repositories.md @@ -71,16 +71,16 @@ To follow or unfollow repositories on Codacy: ## Finding your repositories with Segments {: id="provider-segments"} -Codacy allows you to utilise [**Segments**](/organizations/segments.md) to categorize and filter repositories more effectively within the Codacy platform. +Codacy allows you to utilise [**Segments**](../segments) to categorize and filter repositories more effectively within the Codacy platform. ![Repositories list filter](images/organization-manage-repos-custom-properties.png) -To enable [**Segments**](/organizations/segments.md), an initial sync between GitHub and Codacy needs to happen, which ensures that the repository custom properties from GitHub are reflected in Codacy. Once completed, you can use your custom properties as a **Segments** filter to better locate and organize repositories within Codacy. +To enable [**Segments**](../segments), an initial sync between GitHub and Codacy needs to happen, which ensures that the repository custom properties from GitHub are reflected in Codacy. Once completed, you can use your custom properties as a **Segments** filter to better locate and organize repositories within Codacy. ![Repositories list sync](images/organization-manage-repos-custom-properties-sync.png) ## See also -- [How to setup Segments?](/organizations/segments.md) +- [How to setup Segments?](../segments) - [Which metrics does Codacy calculate?](../faq/code-analysis/which-metrics-does-codacy-calculate.md)