diff --git a/docs/api.md b/docs/api.md index 0441d46..6d9199b 100644 --- a/docs/api.md +++ b/docs/api.md @@ -13,4 +13,4 @@ See: Note that for all request, **'Accept: application/json' is mandatory** and that without mention of the contrary **'Content-Type: application/json' is also mandatory**. 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`. -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) \ No newline at end of file +It is also possible to see it on our demo website: [https://demo.lycheeorg.dev/docs/api](https://demo.lycheeorg.dev/docs/api) diff --git a/src/pages/index.astro b/src/pages/index.astro index 4805d90..3842e88 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -27,9 +27,8 @@ const metadata = { { variant: 'secondary', text: 'Live Demo', - href: 'https://lychee-demo.fly.dev/', + href: 'https://demo.lycheeorg.dev', target: '_blank', - // icon: 'tabler:download', }, { variant: 'primary',