Skip to content

Commit 4fa4899

Browse files
chore: update documentation URLs and fix npm release job
1 parent d6b9ddb commit 4fa4899

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424

2525
- name: Run GoReleaser
2626
uses: goreleaser/goreleaser-action@v6
27+
continue-on-error: true
2728
with:
2829
distribution: goreleaser
2930
version: latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ fce inbox ls
164164

165165
## Authentication
166166

167-
`fce login` opens your browser to `freecustom.email`. Sign in with GitHub, Google, or a magic link — a new API key is created and stored securely in your OS keychain (macOS Keychain, Windows Credential Manager, Linux Secret Service / libsecret).
167+
`fce login` opens your browser to `www.freecustom.email`. Sign in with GitHub, Google, or a magic link — a new API key is created and stored securely in your OS keychain (macOS Keychain, Windows Credential Manager, Linux Secret Service / libsecret).
168168

169169
You can also set the `FCE_API_KEY` environment variable to skip the keychain entirely — useful in CI:
170170

@@ -183,7 +183,7 @@ fce status
183183
| `fce watch` (WebSocket) ||||||
184184
| `fce otp` ||||||
185185

186-
Upgrade at: https://freecustom.email/api/pricing
186+
Upgrade at: https://www.freecustom.email/api/pricing
187187

188188
---
189189

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var rootCmd = &cobra.Command{
3838
fce watch random Watch a random inbox for emails
3939
fce status View your account and plan
4040
41-
Docs: https://freecustom.email/api/docs
41+
Docs: https://www.freecustom.email/api/cli
4242
`,
4343
SilenceUsage: true,
4444
SilenceErrors: true,

internal/display/logo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ func Waiting(msg string) {
217217
func PlanGate(requiredPlan string, feature string) {
218218
fmt.Println()
219219
Error(fmt.Sprintf("%s requires %s plan or above.", feature, strings.Title(requiredPlan)))
220-
Info("Upgrade at: https://freecustom.email/api/pricing")
220+
Info("Upgrade at: https://www.freecustom.email/api/pricing")
221221
fmt.Println()
222222
}
223223

0 commit comments

Comments
 (0)