Skip to content

Commit

Permalink
Deploying to gh-pages from @ e3047a4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianHuehn committed Jan 17, 2025
1 parent 921af28 commit 3353bdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _docs/04-importer/01-sonar.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ After you installed SonarQube do the following steps to analyze your Project:

When using SonarQube version >= 9.5, you need to create a user token. In your account settings select the security settings.

![Generate user token]-({{site.baseurl}}/assets/images/docs/how-to/generate_user_token.png)
![Generate user token]({{site.baseurl}}/assets/images/docs/how-to/generate_user_token.png)

For further information read [here](https://docs.sonarqube.org/latest/project-administration/project-existence/)

Expand All @@ -118,4 +118,4 @@ To visualize your project metrics created by Sonar use CodeCharta's sonar import

## Beginner's Guide for using SonarQube

If you are totally new to SonarQube, you are welcome to read more detailed instructions here.
If you are totally new to SonarQube, you are welcome to read more detailed instructions [here]({{site.docs_how_to}}/use-sonar-9-4).
1 change: 1 addition & 0 deletions _docs/07-filter/04-inspection-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The Inspection Tool is used to inspect the structure of .cc.json files. It enabl
| `FILE` | file to inspect |
| `-h, --help` | Displays help and |
| `-l, --levels, -d, --depth=<numberOfLevels>` | show first x layers of project hierarchy (if not specified, prints first two levels) |

```
Usage: ccsh inspect [-l=<numberOfLevels>] [FILE]
```
Expand Down

0 comments on commit 3353bdc

Please sign in to comment.