We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f2349 commit 9c719c4Copy full SHA for 9c719c4
config/config.go
@@ -130,5 +130,5 @@ func InferSiteURL(apiURL string) string {
130
131
// SettingsURL provides a link to where the user can find their API token.
132
func SettingsURL(apiURL string) string {
133
- return fmt.Sprintf("%s%s", InferSiteURL(apiURL), "/my/settings")
+ return fmt.Sprintf("%s%s", InferSiteURL(apiURL), "/settings/api_cli")
134
}
0 commit comments