fix: address santa-loop review findings (round 1)

Update remaining old-name references in body text:
- ARCHITECTURE.md:219 directory layout: languard-server-manager/ → languard-servers-manager/
- IMPLEMENTATION_PLAN.md:405 setup instructions: cd languard-server-manager → cd languard-servers-manager
This commit is contained in:
Khoa (Revenovich) Tran Gia
2026-04-16 14:04:57 +07:00
parent 473f585391
commit a60b94c20c
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Languard Server Manager — System Architecture # Languard Servers Manager — System Architecture
## Overview ## Overview
@@ -216,7 +216,7 @@ LANGUARD_LOG_RETENTION_DAYS=7
## Directory Layout ## Directory Layout
``` ```
languard-server-manager/ languard-servers-manager/
├── backend/ ├── backend/
│ ├── main.py # FastAPI app factory │ ├── main.py # FastAPI app factory
│ ├── config.py # Settings from env │ ├── config.py # Settings from env

View File

@@ -1,4 +1,4 @@
# Languard Server Manager — Implementation Plan # Languard Servers Manager — Implementation Plan
## Prerequisites ## Prerequisites
@@ -402,7 +402,7 @@ Verify React app can:
```bash ```bash
# 1. Clone repo # 1. Clone repo
git clone <repo> git clone <repo>
cd languard-server-manager cd languard-servers-manager
# 2. Backend # 2. Backend
cd backend cd backend