From 449f93bd6f40790f1880afedd7ce64eeaf09c747 Mon Sep 17 00:00:00 2001 From: xsmyile <84925446+davidetacchini@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:24:07 +0200 Subject: [PATCH] fix: correct broken doc links in README Docker and Architecture links pointed to non-existent paths. Updated to their actual locations under docs/getting-started/. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ec9292..fdb45fa 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,8 @@ Full docs at [docs.rustmail.app](https://docs.rustmail.app) ([source](docs/)): - [Features](docs/features/webhooks.md) — Webhooks, Export, Release, Email Auth, WebSocket - [Integrations](docs/integrations/neovim.md) — Neovim Plugin - [API Reference](docs/api/index.md) -- [Docker](docs/docker.md) -- [Architecture](docs/architecture.md) +- [Docker](docs/getting-started/docker.md) +- [Architecture](docs/getting-started/architecture.md) ## License