Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shijl0925 authored Jul 10, 2024
1 parent b56fe65 commit b2ea0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (

func main() {
ctx := context.Background()
baseUrl := "https://next.sonarqube.com/sonarqube/api"
baseUrl := "https://next.sonarqube.com/sonarqube"
client := sonarqube.NewClient(baseUrl, "", "", nil)
req := projects.SearchRequest{}

Expand Down

0 comments on commit b2ea0af

Please sign in to comment.