mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-04-28 15:09:43 +00:00
chore: point repo URLs at getagentseal org (#97)
Add package.json repository/bugs/homepage fields. Swap hardcoded AgentSeal/codeburn URLs to getagentseal/codeburn across README, mac README, macOS menubar star banner, and the menubar installer's release-API endpoint. 301 redirects keep old URLs working, but canonical links now point at the current org. Co-authored-by: AgentSeal <hello@agentseal.org>
This commit is contained in:
parent
af3676a2b1
commit
a031c8d32d
5 changed files with 18 additions and 10 deletions
|
|
@ -221,7 +221,7 @@ struct FlameMark: View {
|
|||
}
|
||||
}
|
||||
|
||||
private let starBannerGitHubURL = URL(string: "https://github.com/AgentSeal/codeburn")!
|
||||
private let starBannerGitHubURL = URL(string: "https://github.com/getagentseal/codeburn")!
|
||||
|
||||
/// Shown at the very bottom on first launch. A small terracotta strip nudges users to star the
|
||||
/// repo; clicking opens GitHub, clicking the close icon hides it forever (persisted to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue