Skip to content

Commit 2b037e5

Browse files
committed
update links
1 parent 4d37554 commit 2b037e5

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
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/ryansolid/solid-realworld.git"
13+
"url": "git+https://github.com/solidui/solid-realworld.git"
1414
},
1515
"keywords": [
1616
"Solid",
@@ -20,9 +20,9 @@
2020
"author": "Ryan Carniato",
2121
"license": "MIT",
2222
"bugs": {
23-
"url": "https://github.com/ryansolid/solid-realworld/issues"
23+
"url": "https://github.com/solidui/solid-realworld/issues"
2424
},
25-
"homepage": "https://github.com/ryansolid/solid-realworld#readme",
25+
"homepage": "https://github.com/solidui/solid-realworld#readme",
2626
"dependencies": {
2727
"marked": "^0.8.0",
2828
"solid-js": "0.24.0"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> ### Solid.js codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.
44
55

6-
### [Demo](https://ryansolid.github.io/solid-realworld)    [RealWorld](https://github.com/ryansolid/solid-realworld)
6+
### [Demo](https://solidui.github.io/solid-realworld)    [RealWorld](https://github.com/solidui/solid-realworld)
77

88

99
This codebase was created to demonstrate a fully fledged fullstack application built with Solid.js including CRUD operations, authentication, routing, pagination, and more.

0 commit comments

Comments
 (0)