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.
/my/
1 parent 282894b commit e8d2e0cCopy full SHA for e8d2e0c
config/config.go
@@ -130,5 +130,5 @@ func InferSiteURL(apiURL string) string {
130
131
// TokenURL provides a link to where the user can find their API token.
132
func TokenURL(apiURL string) string {
133
- return fmt.Sprintf("%s%s", InferSiteURL(apiURL), "/my/settings/api_cli")
+ return fmt.Sprintf("%s%s", InferSiteURL(apiURL), "/settings/api_cli")
134
}
0 commit comments