diff --git a/package.json b/package.json index 51d5ea5..2385f89 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/solidjs/start-devtools.git" + "url": "git+https://github.com/solidjs/solid-start-devtools.git" }, "bugs": { - "url": "https://github.com/solidjs/start-devtools/issues" + "url": "https://github.com/solidjs/solid-start-devtools/issues" }, - "homepage": "https://github.com/solidjs/start-devtools#readme", + "homepage": "https://github.com/solidjs/solid-start-devtools#readme", "keywords": [ "solid", "solidjs", diff --git a/src/dev-toolbar/error-viewer/index.tsx b/src/dev-toolbar/error-viewer/index.tsx index d207833..2661f18 100644 --- a/src/dev-toolbar/error-viewer/index.tsx +++ b/src/dev-toolbar/error-viewer/index.tsx @@ -183,7 +183,7 @@ interface ErrorViewerProps { resetError: () => void; } -const ISSUE_THREAD = 'https://github.com/solidjs/start-devtools/issues/new'; +const ISSUE_THREAD = 'https://github.com/solidjs/solid-start-devtools/issues/new'; const DISCORD_INVITE = 'https://discord.com/invite/solidjs'; export default function ErrorViewer(props: ErrorViewerProps): JSX.Element {