From 3180eaba67a54fdf04494a091934749864b52d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Tue, 21 Jul 2026 09:36:17 +0400 Subject: [PATCH] docs: replace download section with app repo links --- CRUD/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CRUD/README.md b/CRUD/README.md index 0eaddf7..1470a52 100644 --- a/CRUD/README.md +++ b/CRUD/README.md @@ -2,12 +2,13 @@ Три приложения (Lucee / Flask / Node.js) + общая PostgreSQL. Каждое делает CRUD в одной таблице `crud_items`. -## Как скачать +## Код приложений -```bash -git clone https://gitea.services.ngcloud.ru/Nail/tf_examples.git -cd tf_examples/CRUD -``` +| Приложение | Репозиторий | +|---|---| +| Lucee | https://gitea.services.ngcloud.ru/Nail/tfluceecrud | +| Flask | https://gitea.services.ngcloud.ru/Nail/tfflaskcrud | +| Node.js | https://gitea.services.ngcloud.ru/Nail/tfnodejscrud | ## Что где менять