From 3d7d411637cb02da2bc2553c9d3b82a11e8099f6 Mon Sep 17 00:00:00 2001 From: Marcus Kohlberg <78424526+marcuskohlberg@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:18:21 +0200 Subject: [PATCH] Fix broken link in self-most.md (#1513) --- docs/how-to/self-host.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/self-host.md b/docs/how-to/self-host.md index 03f344489c..d6bc79539c 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/selfhost/configure-infra). \ No newline at end of file +Continue to learn how to [configure infrastructure](/docs/self-host/configure-infra). \ No newline at end of file