Skip to content

Commit 1825cf7

Browse files
authored
Update repository links (#5)
1 parent 101aac0 commit 1825cf7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
},
2323
"repository": {
2424
"type": "git",
25-
"url": "git+https://github.com/solidjs/start-devtools.git"
25+
"url": "git+https://github.com/solidjs/solid-start-devtools.git"
2626
},
2727
"bugs": {
28-
"url": "https://github.com/solidjs/start-devtools/issues"
28+
"url": "https://github.com/solidjs/solid-start-devtools/issues"
2929
},
30-
"homepage": "https://github.com/solidjs/start-devtools#readme",
30+
"homepage": "https://github.com/solidjs/solid-start-devtools#readme",
3131
"keywords": [
3232
"solid",
3333
"solidjs",

src/dev-toolbar/error-viewer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ interface ErrorViewerProps {
183183
resetError: () => void;
184184
}
185185

186-
const ISSUE_THREAD = 'https://github.com/solidjs/start-devtools/issues/new';
186+
const ISSUE_THREAD = 'https://github.com/solidjs/solid-start-devtools/issues/new';
187187
const DISCORD_INVITE = 'https://discord.com/invite/solidjs';
188188

189189
export default function ErrorViewer(props: ErrorViewerProps): JSX.Element {

0 commit comments

Comments
 (0)