Skip to content

Commit

Permalink
docs: move demo repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Gading Nasution committed Dec 17, 2022
1 parent f10a8cf commit fa187b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,7 @@ export default App;
```

# Demo
You can see:
- live demo [here](https://swr-global-state-demo.gading.dev/)
- demo repository [here](https://github.com/gadingnst/swr-global-state-demo)
You can see live demo [here](https://swr-global-state-demo.gading.dev/)

# FAQ
## Why should I use this?
Expand Down
2 changes: 1 addition & 1 deletion apps/demo/components/GithubBadge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function GitHubBadge() {
return (
<div>
<a
href="https://github.com/gadingnst/swr-global-state-demo"
href="https://github.com/gadingnst/swr-global-state"
className="github-corner"
aria-label="View source on GitHub"
>
Expand Down

0 comments on commit fa187b9

Please sign in to comment.