Commit 382e5cf
authored
fix: correct Linear API key settings URL (#134)
## Summary
- Fixes the URL shown in the `LINEAR_API_KEY is not set` error message:
`https://linear.app/settings/api` →
`https://linear.app/settings/account/security`
- Updates the matching test assertion in `missing_api_key_test.exs`
- Updates `Readme.adoc` setup instructions with the correct URL
Linear moved API key management from `/settings/api` to **Settings >
Account > Security & Access** (`/settings/account/security`). The old
URL was sending users to a non-existent page.
Closes CRY-52.
## Test plan
- [ ] `mix test test/linear_cli/cli/missing_api_key_test.exs` passes
(verified locally)
- [ ] Full test suite: 248/254 pass (6 pre-existing `LinearCli.GitTest`
failures unrelated to this change)
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent 1466fff commit 382e5cf
3 files changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
315 | 320 | | |
316 | 321 | | |
317 | 322 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments