From 2098899ccd35dc5a378698b7fccf4fe738c11539 Mon Sep 17 00:00:00 2001 From: n0nag0n Date: Tue, 16 Jan 2024 12:48:16 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e136d8..f3f8dfa 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Flight::route('/', function() { Flight::start(); ``` -[Learn more](http://flightphp.com/learn) +[Learn more](https://docs.flightphp.com/learn) # Want to setup a Skeleton/Boilerplate project quickly? @@ -50,7 +50,7 @@ Flight requires `PHP 7.4` or greater. # License -Flight is released under the [MIT](http://flightphp.com/license) license. +Flight is released under the [MIT](http://docs.flightphp.com/license) license. # Installation