Skip to content

Commit 523c70b

Browse files
committed
Fix links in documentation for input class and usage generator prompts
1 parent a53c46f commit 523c70b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ This directory contains comprehensive documentation for Ray.InputQuery.
44

55
## Directory Structure
66

7-
### prompts/
7+
### [prompts/](prompts/)
88
Contains AI prompts for automatic generation and development assistance:
99
- **input-class-generator.md** - Prompt for generating Input classes from forms or parameter lists
1010
- **usage-generator.md** - Prompt for generating usage examples and integration patterns
1111
- **README.md** - Usage guide for the prompt files
1212

1313
These prompts help developers leverage AI to accelerate Ray.InputQuery adoption and implementation.
1414

15-
### design/
15+
### [design/](design/)
1616
Contains design philosophy, concepts, and architectural documentation:
1717
- Design principles and philosophy behind Ray.InputQuery
1818
- Input-as-first-class-citizen concept explanations
@@ -21,7 +21,7 @@ Contains design philosophy, concepts, and architectural documentation:
2121

2222
The design documentation explains the theoretical foundation and rationale behind Ray.InputQuery's approach to input handling.
2323

24-
### sample-data/
24+
### [sample-data/](sample-data/)
2525
Contains various data format examples and patterns for Input class generation:
2626
- Sample data in different formats (HTML forms, JSON schemas, GraphQL schemas, CSV data, OpenAPI specs)
2727
- PHP method signatures and scalar-to-structured transformation patterns

docs/prompts/README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## 使い方
66

7-
### input-class-generator.md
7+
### [input-class-generator.md](input-class-generator.md])
88
- Inputクラスの自動生成やリファクタリングをAIに依頼する際に、このプロンプトを与えてください。
99
- 既存のフラットなパラメータリストを構造化されたInputオブジェクトへ変換したい場合に活用します。
1010

@@ -20,7 +20,7 @@
2020
</form>
2121
```
2222

23-
### usage-generator.md
23+
### [usage-generator.md](usage-generator.md)
2424
- Inputクラスの利用例や、Ray.MediaQuery・BEAR.Resourceとの連携例をAIに生成させたい場合に、このプロンプトを与えてください。
2525
- Inputクラスの使い方や実装例を知りたい場合に活用します。
2626

docs/prompts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This directory contains prompts for automatic generation of Ray.InputQuery Input
44

55
## Usage
66

7-
### input-class-generator.md
7+
### [input-class-generator.md](input-class-generator.mdd)
88

99
- Use this prompt when asking AI to automatically generate Input classes or perform refactoring.
1010
- Helpful when converting existing flat parameter lists into structured Input objects.
@@ -20,7 +20,7 @@ This directory contains prompts for automatic generation of Ray.InputQuery Input
2020
</form>
2121
```
2222

23-
### usage-generator.md
23+
### [usage-generator.md](usage-generator.md)
2424

2525
- Use this prompt when asking AI to generate usage examples of Input classes or integration examples with Ray.MediaQuery and BEAR.Resource.
2626
- Helpful when you want to know how to use Input classes or see implementation examples.

0 commit comments

Comments
 (0)