Skip to content

Commit 13f6763

Browse files
committed
docs: fix link to demo
1 parent 10eb0ce commit 13f6763

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Vercel theme for [Slidev](https://github.com/slidevjs/slidev). Based on [Vercel's design system](https://vercel.com/design)
66

7-
[Documentation](https://slidev-theme-geist-docs.vercel.app) | [Contribution Guide](CONTRIBUTING.md)
7+
[Demo](https://slidev-theme-geist-demo.vercel.app) | [Documentation](https://slidev-theme-geist-docs.vercel.app) | [Contribution Guide](CONTRIBUTING.md)
88

99
## Screenshots
1010

docs/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
nav: [
99
{
1010
text: "Demo",
11-
link: "https://slidev-theme-geist.vercel.app",
11+
link: "https://slidev-theme-geist-demo.vercel.app",
1212
},
1313
{
1414
text: "Contributing",

0 commit comments

Comments
 (0)