Skip to content

Commit aaad550

Browse files
committed
linking docs
1 parent bfe2079 commit aaad550

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ composer install phpugph/components
1818
## Components
1919

2020
- Curl - cURL wrapper class that helps making cUrl calls easier
21-
- Data - Manages data structs of all kinds. Models, Collections and Registry objects are covered here
22-
- Event - Similar to JavaScript Events. Covers basic and wildcard events.
23-
- Helper - Miscellaneous traits used to add class features
21+
- [Data](./docs/data.md) - Manages data structs of all kinds. Models, Collections and Registry objects are covered here
22+
- [Event](./docs/event.md) - Similar to JavaScript Events. Covers basic and wildcard events.
23+
- [Helper](./docs/helper.md) - Miscellaneous traits used to add class features
2424
- Http - Deals with Routers, Request, Response and Middleware
2525
- i18n - Covers Language translations and timezone conversions
2626
- Image - Dynamic Image processor
27-
- Profiler - Assists with troubleshooting code
28-
- Resolver - IoC to manage dependency injections
27+
- [Profiler](./docs/profiler.md) - Assists with troubleshooting code
28+
- [Resolver](./docs/resolver.md) - IoC to manage dependency injections
2929

3030
----
3131

0 commit comments

Comments
 (0)