Skip to content

Commit d530b34

Browse files
committed
fix last url errors
1 parent a29941a commit d530b34

18 files changed

Lines changed: 30 additions & 30 deletions

docusaurus/docs/organizations/managing-repositories.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ Conversely, you automatically **stop following** a repository as soon as you try
7272
:::
7373

7474
## Finding your repositories with Segments \{#provider-segments\}
75-
Codacy allows you to utilise [**Segments**](../segments.mdx) to categorize and filter repositories more effectively within the Codacy platform.
76-
:::note[Check out how to [enable and configure **Segments**](../segments.mdx#enabling-segments)]
75+
Codacy allows you to utilise [**Segments**](./segments.mdx) to categorize and filter repositories more effectively within the Codacy platform.
76+
:::note[Check out how to [enable and configure **Segments**](./segments.mdx#enabling-segments)]
7777
:::
7878

7979
![Repositories list filter](images/organization-manage-repos-custom-properties.png)
@@ -84,5 +84,5 @@ Codacy allows you to utilise [**Segments**](../segments.mdx) to categorize and f
8484

8585

8686
## See also
87-
- [How to setup Segments?](../segments)
87+
- [How to setup Segments?](./segments.mdx)
8888
- [Which metrics does Codacy calculate?](../faq/code-analysis/which-metrics-does-codacy-calculate.mdx)

docusaurus/docs/organizations/managing-security-and-risk.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ The overview page includes six panels:
3131
- [Top 10 high-risk repositories](#top-10-high-risk-repositories)
3232
- [Top 10 common security categories](#top-10-common-security-categories)
3333

34-
To limit the information displayed in each panel, use the filter drop-down above the main area, and choose the relevant repositories, or utilise [**Segments**](../segments.mdx).
35-
:::note[Check out how to [enable and configure **Segments**](../segments.mdx#enabling-segments)]
34+
To limit the information displayed in each panel, use the filter drop-down above the main area, and choose the relevant repositories, or utilise [**Segments**](./segments.mdx).
35+
:::note[Check out how to [enable and configure **Segments**](./segments.mdx#enabling-segments)]
3636
:::
3737

3838

@@ -97,8 +97,8 @@ To access the findings page, access the [overview page](#dashboard) and click th
9797

9898
![Security and risk management findings page](./images/security-risk-management-findings.png)
9999

100-
On the left section of the page, besides sorting, you can update the filtering criteria by clicking the [**Segments**](../segments) , **Repositories**, **Severities**, **Statuses**, **Security categories**, or **Scan types** dropdowns above the list.
101-
:::note[Check out how to [enable and configure **Segments**](../segments.mdx#enabling-segments)]
100+
On the left section of the page, besides sorting, you can update the filtering criteria by clicking the [**Segments**](./segments.mdx) , **Repositories**, **Severities**, **Statuses**, **Security categories**, or **Scan types** dropdowns above the list.
101+
:::note[Check out how to [enable and configure **Segments**](./segments.mdx#enabling-segments)]
102102
:::
103103

104104
On the right section, you can view the filtered list of findings. Each finding card offers a quick overview of the vulnerability found, including its title, [source platform](#opening-and-closing-items), [scan type](#scan-types), [security category](#supported-security-categories), and related information such as the repository name, Jira issue key, or affected URL targets. To find out more, click this overview to navigate to the finding details on the source platform.
@@ -110,11 +110,11 @@ The same Common Vulnerability and Exposure can be classified with different seve
110110
## Sharing a filtered view of findings \{#sharing-filtered-view\}
111111
To share the current view of the overview or findings page, click the **Copy URL** button in the top right-hand corner of the page. This action copies the URL with the current filters applied to the clipboard.
112112

113-
:::caution[ [**Segments**](../segments.mdx) filter won't be considered when sharing the filtered view]
113+
:::caution[ [**Segments**](./segments.mdx) filter won't be considered when sharing the filtered view]
114114
:::
115115

116116
## Ignoring findings \{#ignoring-findings\}
117-
:::note[This feature is available only to organization admins and organization managers except for findings detected on [Git repositories](#opening-and-closing-items). For those findings, [repository permissions are respected](../repositories/issues.mdx.mdx#ignoring-and-managing-issues)]
117+
:::note[This feature is available only to organization admins and organization managers except for findings detected on [Git repositories](#opening-and-closing-items). For those findings, [repository permissions are respected](../repositories/issues.mdx#ignoring-and-managing-issues)]
118118
:::
119119

120120
You can ignore a finding using the context menu both in the findings list page and the findings details page. When ignoring a finding you can optionally specify a reason for doing so.

docusaurus/docs/organizations/segments.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Segments are dimensions that Codacy reads from your provider that organizes repo
1111

1212

1313
## Where can Segments be utilised?
14-
- [Repository list](../managing-repositories.mdx#provider-segments)
15-
- [Security & Management Risk](../managing-security-and-risk.mdx)
14+
- [Repository list](./managing-repositories.mdx#provider-segments)
15+
- [Security & Management Risk](./managing-security-and-risk.mdx)
1616

1717
## Enabling Segments \{#enabling-segments\}
1818
To enable Segments, an initial sync between your provider and Codacy needs to happen. Once completed, you can use Segments to better locate and organize repositories within Codacy.
19-
![Segments sync](../organizations/images/Segments-no-sync.png)
20-
![Segments after sync](../organizations/images/segments-after-sync.png)
19+
![Segments sync](./images/Segments-no-sync.png)
20+
![Segments after sync](./images/segments-after-sync.png)
2121
<br /><br />
2222

2323

docusaurus/docs/release-notes/cloud/2021/2021-11-02-cloud-legacy-organizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Codacy appreciates your continued support through this time of growth and change
3232

3333
## See also
3434

35-
- **On Codacy Self-hosted,** legacy manual organizations stopped being supported on [version 5.0.0](../self-hosted/self-hosted-v5.0.0.mdx)
35+
- **On Codacy Self-hosted,** legacy manual organizations stopped being supported on [version 5.0.0](./../../self-hosted/v5.0.0-self-hosted.md)

docusaurus/docs/release-notes/self-hosted/v10.0.0-self-hosted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These release notes are for [Codacy Self-hosted v10.0.0](https://github.com/coda
1717

1818
Follow the steps below to upgrade to Codacy Self-hosted v10.0.0:
1919

20-
1. Check the [release notes for all Codacy Self-hosted versions](../index.mdx#self-hosted) **between your current version and the most recent version** for breaking changes and follow the instructions provided <span class="skip-vale">carefully</span>.
20+
1. Check the [release notes for all Codacy Self-hosted versions](../index.md#self-hosted) **between your current version and the most recent version** for breaking changes and follow the instructions provided <span class="skip-vale">carefully</span>.
2121

2222
1. Follow the instructions to [upgrade your Codacy Self-hosted instance](https://docs.codacy.com/v10.0/chart/maintenance/upgrade/).
2323

docusaurus/docs/release-notes/self-hosted/v11.0.0-self-hosted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These release notes are for [Codacy Self-hosted v11.0.0](https://github.com/coda
1717

1818
Follow the steps below to upgrade to Codacy Self-hosted v11.0.0:
1919

20-
1. Check the [release notes for all Codacy Self-hosted versions](../index.mdx#self-hosted) **between your current version and the most recent version** for breaking changes and follow the instructions provided <span class="skip-vale">carefully</span>.
20+
1. Check the [release notes for all Codacy Self-hosted versions](../index.md#self-hosted) **between your current version and the most recent version** for breaking changes and follow the instructions provided <span class="skip-vale">carefully</span>.
2121

2222
1. Follow the instructions to [upgrade your Codacy Self-hosted instance](https://docs.codacy.com/v11.0/chart/maintenance/upgrade/).
2323

docusaurus/docs/release-notes/self-hosted/v12.0.0-self-hosted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These release notes are for [Codacy Self-hosted v12.0.0](https://github.com/coda
1717

1818
Follow the steps below to upgrade to Codacy Self-hosted v12.0.0:
1919

20-
1. Check the [release notes for all Codacy Self-hosted versions](../index.mdx#self-hosted) **between your current version and the most recent version** for breaking changes and follow the instructions provided <span class="skip-vale">carefully</span>.
20+
1. Check the [release notes for all Codacy Self-hosted versions](../index.md#self-hosted) **between your current version and the most recent version** for breaking changes and follow the instructions provided <span class="skip-vale">carefully</span>.
2121

2222
1. Follow the instructions to [upgrade your Codacy Self-hosted instance](https://docs.codacy.com/v12.0/chart/maintenance/upgrade/).
2323

docusaurus/docs/release-notes/self-hosted/v13.0.0-self-hosted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These release notes are for [Codacy Self-hosted v13.0.0](https://github.com/coda
1717

1818
Follow the steps below to upgrade to Codacy Self-hosted v13.0.0:
1919

20-
1. Check the [release notes for all Codacy Self-hosted versions](../index.mdx#self-hosted) **between your current version and the most recent version** for breaking changes and follow the instructions provided <span class="skip-vale">carefully</span>.
20+
1. Check the [release notes for all Codacy Self-hosted versions](../index.md#self-hosted) **between your current version and the most recent version** for breaking changes and follow the instructions provided <span class="skip-vale">carefully</span>.
2121

2222
1. Follow the instructions to [upgrade your Codacy Self-hosted instance](https://docs.codacy.com/v13.0/chart/maintenance/upgrade/).
2323

docusaurus/docs/release-notes/self-hosted/v14.0.0-self-hosted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These release notes are for [Codacy Self-hosted v14.0.0](https://github.com/coda
1717

1818
Follow the steps below to upgrade to Codacy Self-hosted v14.0.0:
1919

20-
1. Check the [release notes for all Codacy Self-hosted versions](../index.mdx#self-hosted) **between your current version and the most recent version** for breaking changes and follow the instructions provided <span class="skip-vale">carefully</span>.
20+
1. Check the [release notes for all Codacy Self-hosted versions](../index.md#self-hosted) **between your current version and the most recent version** for breaking changes and follow the instructions provided <span class="skip-vale">carefully</span>.
2121

2222
1. Follow the instructions to [upgrade your Codacy Self-hosted instance](https://docs.codacy.com/v14.0/chart/maintenance/upgrade/).
2323

docusaurus/docs/release-notes/self-hosted/v14.1.1-self-hosted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ These release notes are for [Codacy Self-hosted v14.1.1](https://github.com/coda
1818

1919
Follow the steps below to upgrade to Codacy Self-hosted v14.1.1:
2020

21-
1. Check the [release notes for all Codacy Self-hosted versions](../index.mdx#self-hosted) **between your current version and the most recent version** for breaking changes and follow the instructions provided <span class="skip-vale">carefully</span>.
21+
1. Check the [release notes for all Codacy Self-hosted versions](../index.md#self-hosted) **between your current version and the most recent version** for breaking changes and follow the instructions provided <span class="skip-vale">carefully</span>.
2222

2323
1. Follow the instructions to [upgrade your Codacy Self-hosted instance](https://docs.codacy.com/v14.1/chart/maintenance/upgrade/).
2424

0 commit comments

Comments
 (0)