From 984f9e5b9be2d86b0399d492893e5a5f3a78fe0d Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Sat, 16 May 2026 14:37:51 +0200 Subject: [PATCH] docs: fix broken links to removed deploy directory --- README.md | 1 - docs/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 00f1185..96e116f 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,6 @@ See [Development](docs/development.md) for details on running these checks local - [Architecture](docs/architecture.md) — System design and MVP phases - [Development](docs/development.md) — Local setup and day-to-day commands - [Deployment](docs/deployment.md) — Portainer/Traefik assumptions -- [Deploy Skeleton](deploy/README.md) — Deployment file reference ## Frontend Environment Variables diff --git a/docs/README.md b/docs/README.md index 74f8bc6..bc4971c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -17,4 +17,4 @@ This directory contains architecture, development, and deployment documentation ## Quick Links - [Root README](../README.md) -- [Deploy Skeleton](../deploy/README.md) +- [Deployment Guide](deployment.md)