Skip to content

Commit 9c719c4

Browse files
committed
fix: settings url
1 parent 14f2349 commit 9c719c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@ func InferSiteURL(apiURL string) string {
130130

131131
// SettingsURL provides a link to where the user can find their API token.
132132
func SettingsURL(apiURL string) string {
133-
return fmt.Sprintf("%s%s", InferSiteURL(apiURL), "/my/settings")
133+
return fmt.Sprintf("%s%s", InferSiteURL(apiURL), "/settings/api_cli")
134134
}

0 commit comments

Comments
 (0)