From f18e43351509798bef36fb9ad8a4738533a81eec Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Sun, 24 Oct 2021 14:58:59 +0200 Subject: [PATCH] Fix links broken by Couscous See https://github.com/CouscousPHP/Couscous/issues/178#issuecomment-276820234 --- docs/frameworks/laravel.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/frameworks/laravel.md b/docs/frameworks/laravel.md index 9b2ebb381..227c2b1a3 100644 --- a/docs/frameworks/laravel.md +++ b/docs/frameworks/laravel.md @@ -89,12 +89,12 @@ For more details follow [the "Console" guide](/docs/runtimes/console.md). ## Assets To deploy Laravel websites, assets need to be served from AWS S3. The easiest approach is to use the -[Server-side website construct of the Lift plugin](https://github.com/getlift/lift/blob/master/docs/server-side-website.md). +Server-side website construct of the Lift plugin. This will deploy a Cloudfront distribution that will act as a proxy: it will serve static files directly from S3 and will forward everything else to Lambda. This is very close to how traditional web servers like Apache or Nginx work, which means your application doesn't need to change! -For more details, see [the offical documentation](https://github.com/getlift/lift/blob/master/docs/server-side-website.md#how-it-works). +For more details, see the official documentation. First install the plugin @@ -139,7 +139,7 @@ Now deploy your website using `serverless deploy`. Lift will create all required uploading your assets to S3 automatically. For more details, see the [Websites section](/docs/websites.md) of this documentation -and the official [Lift documentation](https://github.com/getlift/lift/blob/master/docs/server-side-website.md). +and the official Lift documentation. ### Assets in templates