diff --git a/README.md b/README.md index 81c35fd..2f0eace 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Read the [privacy page](https://errorwolf.dev/privacy) for the full policy. ## Feedback and issues -Suggestions, product feedback, and bug reports are welcome. Please **[open a GitHub issue](https://github.com/slate-rehm/error-wolf/issues/new)** so we can track them in one place. +Suggestions, product feedback, and bug reports are welcome. Please **[open a GitHub issue](https://github.com/paperkeel/error-wolf/issues/new)** so we can track them in one place. ## Development diff --git a/src/components/site-header-constants.ts b/src/components/site-header-constants.ts index decc9e9..18d12af 100644 --- a/src/components/site-header-constants.ts +++ b/src/components/site-header-constants.ts @@ -1,5 +1,4 @@ -export const SITE_HEADER_GITHUB_URL = - "https://github.com/slate-rehm/error-wolf/" +export const SITE_HEADER_GITHUB_URL = "https://github.com/paperkeel/error-wolf/" export const SITE_HEADER_HISTORY_HINT = "Opens a dialog with your last simplify runs so you can review or copy outputs." diff --git a/src/lib/hunt-constants.ts b/src/lib/hunt-constants.ts index caa1bdd..dcc63fb 100644 --- a/src/lib/hunt-constants.ts +++ b/src/lib/hunt-constants.ts @@ -26,5 +26,4 @@ export const STACK_TRACE_PLACEHOLDER = `Error: Invalid document id: root. at beginWork (react-dom_client.js?v=3ce1c50a:6204:21) …` -export const HUNT_GITHUB_SOURCE_URL = - "https://github.com/slate-rehm/error-wolf/" +export const HUNT_GITHUB_SOURCE_URL = "https://github.com/paperkeel/error-wolf/" diff --git a/src/lib/sentry/constants.ts b/src/lib/sentry/constants.ts index 0479877..20774ed 100644 --- a/src/lib/sentry/constants.ts +++ b/src/lib/sentry/constants.ts @@ -11,7 +11,7 @@ export const SENTRY_DSN = "https://5acd315994aa7dbf371fc6690440205e@o4510046563663872.ingest.us.sentry.io/4511827764445184" -export const SENTRY_ORG = "bearfire" +export const SENTRY_ORG = "paperkeel" export const SENTRY_PROJECT = "error-wolf" diff --git a/stacks/github.ts b/stacks/github.ts index d961d2a..9c022e5 100644 --- a/stacks/github.ts +++ b/stacks/github.ts @@ -7,7 +7,7 @@ import * as Layer from "effect/Layer" import * as Redacted from "effect/Redacted" const repository = { - owner: "bearfire-dev", + owner: "paperkeel", repository: "error-wolf", }