Skip to content

Commit 93ba1af

Browse files
yunbowclaude
andcommitted
fix(docs): i18nファイルのリンクパスを修正
- docs/i18n/*/README.md のリンクに ../../../ プレフィックスを追加 - nextjs/README.md, nodejs-cli/README.md, templates/nextjs/README.md が対象 Co-Authored-By: Claude <assistant> <noreply@anthropic.com>
1 parent bbedefd commit 93ba1af

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

docs/i18n/es/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ git submodule update --remote docs/ai-dev-os
6161
| L1 — Filosofía | `01_philosophy/` | Principios, modelos mentales, antipatrones |
6262
| L2 — Criterios de decisión | `02_decision-criteria/` | Abstracción, selección tecnológica, arquitectura, errores, seguridad |
6363
| L3 — Directrices comunes | `03_guidelines/common/` | 13 reglas: código, nomenclatura, validación, errores, registro, seguridad, pruebas, etc. |
64-
| L3 — Directrices del framework | `03_guidelines/frameworks/` | [Next.js](03_guidelines/frameworks/nextjs/README.md), [Node.js CLI](03_guidelines/frameworks/nodejs-cli/README.md) |
65-
| Plantillas | `templates/` | [Scaffolding de Next.js](templates/nextjs/README.md) |
64+
| L3 — Directrices del framework | `03_guidelines/frameworks/` | [Next.js](../../../03_guidelines/frameworks/nextjs/README.md), [Node.js CLI](../../../03_guidelines/frameworks/nodejs-cli/README.md) |
65+
| Plantillas | `templates/` | [Scaffolding de Next.js](../../../templates/nextjs/README.md) |
6666

6767
## Specificity Cascade
6868

@@ -117,12 +117,12 @@ ai-dev-os/
117117
│ │ └── i18n.md # Internacionalización
118118
│ │
119119
│ └── frameworks/ # Específicos del framework (ver cada README.md)
120-
│ ├── nextjs/ # → [README.md](03_guidelines/frameworks/nextjs/README.md)
121-
│ └── nodejs-cli/ # → [README.md](03_guidelines/frameworks/nodejs-cli/README.md)
120+
│ ├── nextjs/ # → [README.md](../../../03_guidelines/frameworks/nextjs/README.md)
121+
│ └── nodejs-cli/ # → [README.md](../../../03_guidelines/frameworks/nodejs-cli/README.md)
122122
123123
124124
└── templates/ # Plantillas de proyecto [Inglés]
125-
└── nextjs/ # → [README.md](templates/nextjs/README.md)
125+
└── nextjs/ # → [README.md](../../../templates/nextjs/README.md)
126126
```
127127

128128
</details>

docs/i18n/ja/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ git submodule update --remote docs/ai-dev-os
6161
| L1 — 設計思想 | `01_philosophy/` | 原則、メンタルモデル、アンチパターン |
6262
| L2 — 判断基準 | `02_decision-criteria/` | 抽象化、技術選定、アーキテクチャ、エラー、セキュリティ |
6363
| L3 — 共通ガイドライン | `03_guidelines/common/` | 13 ルール: コード、命名、バリデーション、エラー、ロギング、セキュリティ、テスト等 |
64-
| L3 — FW ガイドライン | `03_guidelines/frameworks/` | [Next.js](03_guidelines/frameworks/nextjs/README.md)[Node.js CLI](03_guidelines/frameworks/nodejs-cli/README.md) |
65-
| テンプレート | `templates/` | [Next.js スキャフォールディング](templates/nextjs/README.md) |
64+
| L3 — FW ガイドライン | `03_guidelines/frameworks/` | [Next.js](../../../03_guidelines/frameworks/nextjs/README.md)[Node.js CLI](../../../03_guidelines/frameworks/nodejs-cli/README.md) |
65+
| テンプレート | `templates/` | [Next.js スキャフォールディング](../../../templates/nextjs/README.md) |
6666

6767
## Specificity Cascade
6868

@@ -117,12 +117,12 @@ ai-dev-os/
117117
│ │ └── i18n.md # 多言語化
118118
│ │
119119
│ └── frameworks/ # フレームワーク固有(各 README.md を参照)
120-
│ ├── nextjs/ # → [README.md](03_guidelines/frameworks/nextjs/README.md)
121-
│ └── nodejs-cli/ # → [README.md](03_guidelines/frameworks/nodejs-cli/README.md)
120+
│ ├── nextjs/ # → [README.md](../../../03_guidelines/frameworks/nextjs/README.md)
121+
│ └── nodejs-cli/ # → [README.md](../../../03_guidelines/frameworks/nodejs-cli/README.md)
122122
123123
124124
└── templates/ # プロジェクトテンプレート [英語]
125-
└── nextjs/ # → [README.md](templates/nextjs/README.md)
125+
└── nextjs/ # → [README.md](../../../templates/nextjs/README.md)
126126
```
127127

128128
</details>

docs/i18n/ko/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ git submodule update --remote docs/ai-dev-os
6161
| L1 — 설계 철학 | `01_philosophy/` | 원칙, 멘탈 모델, 안티패턴 |
6262
| L2 — 판단 기준 | `02_decision-criteria/` | 추상화, 기술 선정, 아키텍처, 에러, 보안 |
6363
| L3 — 공통 가이드라인 | `03_guidelines/common/` | 13개 규칙: 코드, 명명, 유효성 검사, 에러, 로깅, 보안, 테스트 등 |
64-
| L3 — FW 가이드라인 | `03_guidelines/frameworks/` | [Next.js](03_guidelines/frameworks/nextjs/README.md), [Node.js CLI](03_guidelines/frameworks/nodejs-cli/README.md) |
65-
| 템플릿 | `templates/` | [Next.js 스캐폴딩](templates/nextjs/README.md) |
64+
| L3 — FW 가이드라인 | `03_guidelines/frameworks/` | [Next.js](../../../03_guidelines/frameworks/nextjs/README.md), [Node.js CLI](../../../03_guidelines/frameworks/nodejs-cli/README.md) |
65+
| 템플릿 | `templates/` | [Next.js 스캐폴딩](../../../templates/nextjs/README.md) |
6666

6767
## Specificity Cascade
6868

@@ -117,12 +117,12 @@ ai-dev-os/
117117
│ │ └── i18n.md # 국제화
118118
│ │
119119
│ └── frameworks/ # 프레임워크별 (각 README.md 참조)
120-
│ ├── nextjs/ # → [README.md](03_guidelines/frameworks/nextjs/README.md)
121-
│ └── nodejs-cli/ # → [README.md](03_guidelines/frameworks/nodejs-cli/README.md)
120+
│ ├── nextjs/ # → [README.md](../../../03_guidelines/frameworks/nextjs/README.md)
121+
│ └── nodejs-cli/ # → [README.md](../../../03_guidelines/frameworks/nodejs-cli/README.md)
122122
123123
124124
└── templates/ # 프로젝트 템플릿 [영어]
125-
└── nextjs/ # → [README.md](templates/nextjs/README.md)
125+
└── nextjs/ # → [README.md](../../../templates/nextjs/README.md)
126126
```
127127

128128
</details>

docs/i18n/zh-CN/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ git submodule update --remote docs/ai-dev-os
6161
| L1 — 设计哲学 | `01_philosophy/` | 原则、思维模型、反模式 |
6262
| L2 — 决策标准 | `02_decision-criteria/` | 抽象化、技术选型、架构、错误、安全 |
6363
| L3 — 通用指南 | `03_guidelines/common/` | 13 条规则:代码、命名、验证、错误、日志、安全、测试等 |
64-
| L3 — 框架指南 | `03_guidelines/frameworks/` | [Next.js](03_guidelines/frameworks/nextjs/README.md)[Node.js CLI](03_guidelines/frameworks/nodejs-cli/README.md) |
65-
| 模板 | `templates/` | [Next.js 脚手架](templates/nextjs/README.md) |
64+
| L3 — 框架指南 | `03_guidelines/frameworks/` | [Next.js](../../../03_guidelines/frameworks/nextjs/README.md)[Node.js CLI](../../../03_guidelines/frameworks/nodejs-cli/README.md) |
65+
| 模板 | `templates/` | [Next.js 脚手架](../../../templates/nextjs/README.md) |
6666

6767
## Specificity Cascade
6868

@@ -117,12 +117,12 @@ ai-dev-os/
117117
│ │ └── i18n.md # 国际化
118118
│ │
119119
│ └── frameworks/ # 框架特定(参见各 README.md)
120-
│ ├── nextjs/ # → [README.md](03_guidelines/frameworks/nextjs/README.md)
121-
│ └── nodejs-cli/ # → [README.md](03_guidelines/frameworks/nodejs-cli/README.md)
120+
│ ├── nextjs/ # → [README.md](../../../03_guidelines/frameworks/nextjs/README.md)
121+
│ └── nodejs-cli/ # → [README.md](../../../03_guidelines/frameworks/nodejs-cli/README.md)
122122
123123
124124
└── templates/ # 项目模板 [英语]
125-
└── nextjs/ # → [README.md](templates/nextjs/README.md)
125+
└── nextjs/ # → [README.md](../../../templates/nextjs/README.md)
126126
```
127127

128128
</details>

0 commit comments

Comments
 (0)