diff --git a/CLAUDE.md b/CLAUDE.md index e745d89..86e67b7 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -124,7 +124,7 @@ email,destinatario@email.com email_smtp,smtp.servidor.com,587,usuario,password,from@email.com ``` -**Credenciales completas**: `TEAM_STANDARDS/INFRASTRUCTURE/NOTIFICACIONES.md` +**Credenciales completas**: `teamdocs/INFRASTRUCTURE/NOTIFICACIONES.md` --- @@ -134,7 +134,7 @@ email_smtp,smtp.servidor.com,587,usuario,password,from@email.com **IMPORTANTE**: Todas las normas de trabajo estan en: ``` -/mnt/cello2/arno/re/recode/TEAM_STANDARDS/ +/mnt/cello2/arno/re/recode/teamdocs/ ``` **Archivos clave a leer**: @@ -238,9 +238,9 @@ curl -s --url "smtp://smtp.mailbox.org:587" --ssl-reqd \ ## Referencias - Documentacion tecnica completa: `docs/PROYECTO_COMPLETO.md` -- Guia Zig 0.15: `TEAM_STANDARDS/INFRASTRUCTURE/ZIG_0.15_GUIA.md` -- Credenciales: `TEAM_STANDARDS/INFRASTRUCTURE/NOTIFICACIONES.md` -- Servidor Simba: `TEAM_STANDARDS/INFRASTRUCTURE/SERVIDOR_HETZNER.md` +- Guia Zig 0.15: `teamdocs/INFRASTRUCTURE/ZIG_0.15_GUIA.md` +- Credenciales: `teamdocs/INFRASTRUCTURE/NOTIFICACIONES.md` +- Servidor Simba: `teamdocs/INFRASTRUCTURE/SERVIDOR_HETZNER.md` --- diff --git a/docs/PROYECTO_COMPLETO.md b/docs/PROYECTO_COMPLETO.md index 7f220d5..d196c74 100644 --- a/docs/PROYECTO_COMPLETO.md +++ b/docs/PROYECTO_COMPLETO.md @@ -330,12 +330,12 @@ curl -s --url "smtp://smtp.mailbox.org:587" --ssl-reqd \ | Usuario | reugenio@mailbox.org | | Tipo password | App password (solo envío) | -**Nota**: Credenciales completas en `TEAM_STANDARDS/INFRASTRUCTURE/NOTIFICACIONES.md` +**Nota**: Credenciales completas en `teamdocs/INFRASTRUCTURE/NOTIFICACIONES.md` ## Referencias - Zig 0.15 stdlib: https://ziglang.org/documentation/0.15.0/std/ - SMTP RFC 5321: https://tools.ietf.org/html/rfc5321 - Telegram Bot API: https://core.telegram.org/bots/api -- Guía Zig 0.15: /mnt/cello2/arno/re/recode/TEAM_STANDARDS/INFRASTRUCTURE/ZIG_0.15_GUIA.md -- Credenciales: /mnt/cello2/arno/re/recode/TEAM_STANDARDS/INFRASTRUCTURE/NOTIFICACIONES.md +- Guía Zig 0.15: /mnt/cello2/arno/re/recode/teamdocs/INFRASTRUCTURE/ZIG_0.15_GUIA.md +- Credenciales: /mnt/cello2/arno/re/recode/teamdocs/INFRASTRUCTURE/NOTIFICACIONES.md