Skip to content

Commit

Permalink
docs: Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Ribeiro committed Aug 17, 2022
1 parent 737041e commit 1765796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The following table contains example coverage tools that generate reports in for
<tr>
<td>Go</td>
<td><a href="https://blog.golang.org/cover">Golang</a> Code Coverage</td>
<td>Golang report files don't have a specific name. Because of this, later in the setup process you must follow <a href="#submitting-coverage-for-golang">specific instructions</a> while submitting coverage to Codacy.</td>
<td>Golang report files don't have a specific name. Because of this, later in the setup process you must follow <a href="uploading-coverage-in-advanced-scenarios/#golang">specific instructions</a> while submitting coverage to Codacy.</td>
</tr>
<tr>
<td rowspan="2">Java</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshooting-common-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ If you get a `com.fasterxml.jackson.core.JsonParseException` error while uploadi

There are some ways you can solve this:

- Split your coverage reports into smaller files and [upload them to Codacy one at a time](index.md#multiple-reports).
- Split your coverage reports into smaller files and [upload them to Codacy one at a time](../uploading-coverage-in-advanced-scenarios/#multiple-reports).

- **If you're using dotCover to generate coverage reports for your C# projects**, you should [exclude xUnit files](https://www.jetbrains.com/help/dotcover/Running_Coverage_Analysis_from_the_Command_LIne.html#filters_cmd) from the coverage analysis as follows:

Expand Down

0 comments on commit 1765796

Please sign in to comment.