From 32675e2fcded3603255e7d512ab656b5906f399e Mon Sep 17 00:00:00 2001 From: Stefan Ekerfelt Date: Tue, 22 Oct 2024 12:05:14 +0200 Subject: [PATCH] Fix broken docs links --- docs/how-to/self-host.md | 2 +- docs/menu.cue | 4 ++-- docs/{selfhosting => selfhost}/configure-infra.md | 0 docs/{selfhosting => selfhost}/deploy-to-digital-ocean.md | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename docs/{selfhosting => selfhost}/configure-infra.md (100%) rename docs/{selfhosting => selfhost}/deploy-to-digital-ocean.md (100%) diff --git a/docs/how-to/self-host.md b/docs/how-to/self-host.md index 3715db2f27..03f344489c 100644 --- a/docs/how-to/self-host.md +++ b/docs/how-to/self-host.md @@ -29,4 +29,4 @@ docker run -e PORT=8081 -p 8081:8081 MY-IMAGE:TAG ``` Congratulations, you've built your own Docker image! 🎉 -Continue to learn how to [configure infrastructure](/docs/selfhosting/configure-infra). \ No newline at end of file +Continue to learn how to [configure infrastructure](/docs/selfhost/configure-infra). \ No newline at end of file diff --git a/docs/menu.cue b/docs/menu.cue index d158b287e0..f2161c230b 100644 --- a/docs/menu.cue +++ b/docs/menu.cue @@ -759,12 +759,12 @@ kind: "basic" text: "Configure Infrastructure" path: "/self-host/configure-infra" - file: "self-host/configure-infra" + file: "selfhost/configure-infra" }, { kind: "basic" text: "Deploy to DigitalOcean" path: "/self-host/deploy-digitalocean" - file: "self-host/deploy-to-digital-ocean" + file: "selfhost/deploy-to-digital-ocean" }] } diff --git a/docs/selfhosting/configure-infra.md b/docs/selfhost/configure-infra.md similarity index 100% rename from docs/selfhosting/configure-infra.md rename to docs/selfhost/configure-infra.md diff --git a/docs/selfhosting/deploy-to-digital-ocean.md b/docs/selfhost/deploy-to-digital-ocean.md similarity index 100% rename from docs/selfhosting/deploy-to-digital-ocean.md rename to docs/selfhost/deploy-to-digital-ocean.md