From 8c3a02c57e8bc11aa438343e6f0c85b0af772b34 Mon Sep 17 00:00:00 2001 From: Albert Chen Date: Mon, 9 Sep 2024 21:15:33 +0800 Subject: [PATCH] chore: update docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 173b1f7..451293b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ For I/O-intensive scenarios, Laravel Octane may not significantly boost performa ## Documentation -[http://laravel-hyperf.com/docs/introduction.html](http://laravel-hyperf.com/docs/introduction.html) +[http://laravel-hyperf.com/docs](http://laravel-hyperf.com/docs) Laravel Hyperf provides comprehensive and user-friendly documentation that allows you to quickly get started. From this documentation, you can learn how to use various components in Laravel Hyperf and understand the differences between it and Laravel.