Skip to content

Commit dbbbd3e

Browse files
authored
Merge pull request #126 from Grazulex/error-link-readme
Update wiki links in README for consistency and clarity
2 parents 501cc32 + 472bc64 commit dbbbd3e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ Laravel Arc is a powerful Laravel package that simplifies Data Transfer Object (
3333
**➑️ [Visit the Wiki for complete documentation, examples, and guides](https://github.com/Grazulex/laravel-arc/wiki)**
3434

3535
The wiki contains:
36-
- **[Getting Started Guide](https://github.com/Grazulex/laravel-arc/wiki/Getting-Started)**
37-
- **[Field Types & Transformers](https://github.com/Grazulex/laravel-arc/wiki/Field-Types)**
38-
- **[Advanced Features](https://github.com/Grazulex/laravel-arc/wiki/Advanced-Features)**
39-
- **[API Reference](https://github.com/Grazulex/laravel-arc/wiki/API-Reference)**
40-
- **[Examples & Recipes](https://github.com/Grazulex/laravel-arc/wiki/Examples)**
36+
- **[Getting Started Guide](https://github.com/Grazulex/laravel-arc/wiki/GETTING_STARTED)**
37+
- **[Field Types & Transformers](https://github.com/Grazulex/laravel-arc/wiki/FIELD_TYPES)**
38+
- **[Advanced Features](https://github.com/Grazulex/laravel-arc/wiki/ADVANCED_USAGE)**
39+
- **[API Reference](https://github.com/Grazulex/laravel-arc/wiki/CLI_COMMANDS)**
40+
- **[Examples & Recipes](https://github.com/Grazulex/laravel-arc/wiki/examples/README)**
4141

4242
## πŸ“¦ Quick Installation
4343

@@ -70,9 +70,9 @@ echo $userDto->toJson(); // JSON representation
7070
## πŸ“– Learn More
7171

7272
- **[πŸ“š Complete Documentation](https://github.com/Grazulex/laravel-arc/wiki)** - Full guides and API reference
73-
- **[πŸš€ Getting Started](https://github.com/Grazulex/laravel-arc/wiki/Getting-Started)** - Installation and first steps
74-
- **[πŸ’‘ Examples](https://github.com/Grazulex/laravel-arc/wiki/Examples)** - Real-world usage examples
75-
- **[πŸ”§ Advanced Features](https://github.com/Grazulex/laravel-arc/wiki/Advanced-Features)** - Transformers, traits, and more
73+
- **[πŸš€ Getting Started](https://github.com/Grazulex/laravel-arc/wiki/GETTING_STARTED)** - Installation and first steps
74+
- **[πŸ’‘ Examples](https://github.com/Grazulex/laravel-arc/wiki/examples/README)** - Real-world usage examples
75+
- **[πŸ”§ Advanced Features](https://github.com/Grazulex/laravel-arc/wiki/ADVANCED_USAGE)** - Transformers, traits, and more
7676

7777
## πŸ”§ Requirements
7878

0 commit comments

Comments
Β (0)