Skip to content

Commit be987e2

Browse files
fix: update API token instructions in welcome message
1 parent 5086b8c commit be987e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/root.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ func showWelcomeMessage() {
5050
fmt.Println("This tool helps you analyze and maintain code quality in your projects.")
5151
fmt.Println()
5252
yellow.Println("To get started, you'll need a Codacy API token.")
53-
fmt.Println("You can find your API token in Codacy under:")
54-
fmt.Println("Account > Access Management > API Tokens")
53+
fmt.Println("You can find your Project API token in Codacy under:")
54+
fmt.Println("Project > Settings > Integrations > Repository API tokens")
5555
fmt.Println()
5656
cyan.Println("Initialize your project with:")
5757
fmt.Println(" codacy-cli init --repository-token YOUR_TOKEN")

0 commit comments

Comments
 (0)