Skip to content

Commit 50f1da6

Browse files
authored
fix demo (#271)
1 parent 56025ef commit 50f1da6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ See:
1313
Note that for all request, **'Accept: application/json' is mandatory** and that without mention of the contrary **'Content-Type: application/json' is also mandatory**.
1414

1515
As of version 4.8.1, the api documentation is moved directly inside your own Lychee instance. It is accessible at the url `https://yourLycheeInstance.org/docs/api`.
16-
It is also possible to see it on our demo website: [https://lychee-demo.fly.dev/docs/api](https://lychee-demo.fly.dev/docs/api)
16+
It is also possible to see it on our demo website: [https://demo.lycheeorg.dev/docs/api](https://demo.lycheeorg.dev/docs/api)

src/pages/index.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ const metadata = {
2727
{
2828
variant: 'secondary',
2929
text: 'Live Demo',
30-
href: 'https://lychee-demo.fly.dev/',
30+
href: 'https://demo.lycheeorg.dev',
3131
target: '_blank',
32-
// icon: 'tabler:download',
3332
},
3433
{
3534
variant: 'primary',

0 commit comments

Comments
 (0)