Skip to content

Commit c44d311

Browse files
committed
fix docs link
1 parent c3429f6 commit c44d311

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs/features/self-hosting.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
LiveCodes is a [client-side app](../why.mdx#client-side). It can be easily self-hosted on any static file server or CDN.
44

55
All core functionalities (e.g. editors, compilers, formatters, code execution, etc) run in the browser. However, some minor features require [external services](../advanced/services.mdx) (e.g. [sharing](./share.mdx) short URLs, [broadcast](./broadcast.mdx), etc).
6-
If you also want to self-host these services, you can use the [docker setup](../advanced/docker-setup.mdx).
6+
If you also want to self-host these services, you can use the [docker setup](../advanced/docker.mdx).
77

88
## Guide
99

@@ -45,7 +45,7 @@ docker-compose up -d
4545

4646
By default, the app is served at https://livecodes.localhost.
4747

48-
For customization and detailed guide, see [Docker setup](../advanced/docker-setup.mdx) docs.
48+
For customization and detailed guide, see [Docker setup](../advanced/docker.mdx) docs.
4949

5050
## Custom Build
5151

@@ -87,7 +87,7 @@ https://live-codes.github.io/livecodes/
8787

8888
### Docker
8989

90-
This is an example of a self-hosted deployment, that was deployed to a VPS using the included [docker setup](../advanced/docker-setup.mdx):
90+
This is an example of a self-hosted deployment, that was deployed to a VPS using the included [docker setup](../advanced/docker.mdx):
9191

9292
https://vps.livecodes.io
9393

0 commit comments

Comments
 (0)