Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions src/components/site-header-constants.ts
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
3 changes: 1 addition & 2 deletions src/lib/hunt-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
2 changes: 1 addition & 1 deletion src/lib/sentry/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion stacks/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}

Expand Down
Loading