SonarQube badge URL in README.md uses malformed %3 escape instead of %3A
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 88/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- java
- Domain
- documentation
Research direction
Open line 15 of README.md and inspect the SonarQube badge URL. Replace the malformed percent escape with the specified encoding for the colon, then verify that the badge link targets the io.zold:java-api SonarCloud dashboard.
Written by the indexing model from the issue text.
Description
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.
- Dominant language
- Java
- Stars
- 22
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from zold-io/java-api
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug help wanted
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
bug pdd
Difficulty 2/5 Under an hour Newbie friendliness 72/100
-
bug pdd
Difficulty 2/5 Under an hour Newbie friendliness 68/100
-
bug good first issue
Difficulty 4/5 3-5 days Newbie friendliness 45/100
All issues in zold-io/java-api
Similar issues
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 90/100
apache/cloudstack#14222 ·
-
[BUG]茶杯方块在取茶时会引发崩溃 Open
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
1.0.0-alpha2 Type/Improvement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
wso2/dpdp-accelerator#272 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
apache/rocketmq-dashboard#4860 · 1 comment ·
-
agent-audit bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
Vault-Web/cloud-page#144 ·