diff --git a/README.md b/README.md index c5a9eed..0ca1ab6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Main project: [github.com/AxmeAI/axme](https://github.com/AxmeAI/axme) **Go CLI for the AXME platform.** Manage intent lifecycle, configure runtime contexts, inspect audit logs, and operate the platform from the terminal — single binary, no runtime dependencies. -> **Alpha** - CLI surface is stabilizing. Install, log in, and run your first example in under 5 minutes. [Quick Start](https://cloud.axme.ai/alpha/cli) · [hello@axme.ai](mailto:hello@axme.ai) +> **Alpha** - CLI surface is stabilizing. Install, log in, and run your first example in under 5 minutes. [Quick Start](https://cloud.axme.ai/alpha/cli) · [contact@axme.ai](mailto:contact@axme.ai) --- @@ -399,4 +399,4 @@ Bug reports and feature requests: open an issue. See [CONTRIBUTING.md](CONTRIBUT --- -[hello@axme.ai](mailto:hello@axme.ai) · [Security](SECURITY.md) · [License](LICENSE) +[contact@axme.ai](mailto:contact@axme.ai) · [Security](SECURITY.md) · [License](LICENSE) diff --git a/cmd/axme/main.go b/cmd/axme/main.go index 386eee8..c45cacf 100644 --- a/cmd/axme/main.go +++ b/cmd/axme/main.go @@ -3525,7 +3525,7 @@ func httpErrorMessage(status int, raw string) string { if d.ResetAt != "" { msg += fmt.Sprintf(" Resets at %s.", d.ResetAt) } - msg += "\nRun `axme quota show` to check your limits, or email hello@axme.ai to request higher limits." + msg += "\nRun `axme quota show` to check your limits, or email contact@axme.ai to request higher limits." return msg } return "Rate limit exceeded. Please wait before retrying." diff --git a/cmd/axme/quota.go b/cmd/axme/quota.go index 6af3787..a0539f8 100644 --- a/cmd/axme/quota.go +++ b/cmd/axme/quota.go @@ -81,7 +81,7 @@ func newQuotaShowCmd(rt *runtime) *cobra.Command { if len(dims) == 0 { fmt.Println("No quota policy found for this workspace.") - fmt.Println("To request limits, email hello@axme.ai with your org email and usage scenario.") + fmt.Println("To request limits, email contact@axme.ai with your org email and usage scenario.") return nil }