From 84aee4234fffa57db7db40a1d89b70c094f2c17f Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Wed, 19 Aug 2026 21:09:18 +0200 Subject: [PATCH] Update repository links --- package.json | 6 +++--- src/dev-toolbar/error-viewer/index.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 {