Skip to content

Commit

Permalink
Merge pull request #3834 from antoine-bernardeau-enyx/master
Browse files Browse the repository at this point in the history
[docs] Fix facebook-infer links
  • Loading branch information
bruntib committed Feb 8, 2023
2 parents 5cbe27b + 12c0ff7 commit 136d592
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ The following tools are supported:
| | [cpplint](/docs/tools/report-converter.md#cpplint) |
| **C#** | [Roslynator.DotNet.Cli](/docs/tools/report-converter.md#roslynatordotnetcli) |
| **Java** | [SpotBugs](/docs/tools/report-converter.md#spotbugs) |
| | [Facebook Infer](/docs/tools/report-converter.md#fbinfer) |
| | [Facebook Infer](/docs/tools/report-converter.md#facebook-infer) |
| **Python** | [Pylint](/docs/tools/report-converter.md#pylint) |
| | [Pyflakes](/docs/tools/report-converter.md#pyflakes) |
| **JavaScript** | [ESLint](/docs/tools/report-converter.md#eslint) |
Expand Down
4 changes: 2 additions & 2 deletions docs/supported_code_analyzers.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CodeChecker result directory which can be stored to a CodeChecker server.
| | [Clang Static Analyzer](https://clang-analyzer.llvm.org/) ||
| | [Clang Sanitizers](#clang-sanitizers) ||
| | [Cppcheck](/docs/tools/report-converter.md#cppcheck) ||
| | [Facebook Infer](/docs/tools/report-converter.md#fbinfer) ||
| | [Facebook Infer](/docs/tools/report-converter.md#facebook-infer) ||
| | [Coccinelle](/docs/tools/report-converter.md#coccinelle) ||
| | [Smatch](/docs/tools/report-converter.md#smatch) ||
| | [Kernel-Doc](/docs/tools/report-converter.md#kernel-doc) ||
Expand All @@ -24,7 +24,7 @@ CodeChecker result directory which can be stored to a CodeChecker server.
| **C#** | [Roslynator.DotNet.Cli](/docs/tools/report-converter.md#roslynatordotnetcli) ||
| **Java** | [FindBugs](http://findbugs.sourceforge.net/) ||
| | [SpotBugs](/docs/tools/report-converter.md#spotbugs) ||
| | [Facebook Infer](/docs/tools/report-converter.md#fbinfer) ||
| | [Facebook Infer](/docs/tools/report-converter.md#facebook-infer) ||
| **Python** | [Pylint](/docs/tools/report-converter.md#pylint) ||
| | [Pyflakes](/docs/tools/report-converter.md#pyflakes) ||
| | [mypy](http://mypy-lang.org/) ||
Expand Down

0 comments on commit 136d592

Please sign in to comment.