Skip to content

SonarQube badge URL in README.md uses malformed %3 escape instead of %3A #133

Description

@bibonix

Line 15 of README.md carries a SonarQube badge link pointing at https://sonarcloud.io/dashboard?id=io.zold%3java-api. The %3 sequence is an incomplete percent-encoding; URL parsers either read it as the character ; or pass the literal %3 through, so the resulting id parameter never equals the SonarCloud project key io.zold:java-api. Clicking the badge therefore lands on an empty SonarCloud page rather than the project dashboard.

The correct encoding for : is %3A. Replace id=io.zold%3java-api with id=io.zold%3Ajava-api on line 15 of README.md.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions