From 8958852283803a205d4115b29659e84b90e10475 Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Sun, 24 Oct 2021 14:54:42 +0200 Subject: [PATCH] Fix links broken by Couscous See https://github.com/CouscousPHP/Couscous/issues/178#issuecomment-276820234 --- docs/environment/custom-domains.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/environment/custom-domains.md b/docs/environment/custom-domains.md index 221e81535..bd41478b8 100644 --- a/docs/environment/custom-domains.md +++ b/docs/environment/custom-domains.md @@ -50,6 +50,6 @@ After waiting for the DNS change to propagate (sometimes up to several hours) yo Some applications serve static files hosted on AWS S3. You can read the [Websites](/docs/websites.md) documentation to learn more. If you want to host a fully static website with HTML files or a Single Page Application (eg. built with Vue, React or Angular) -you may be interested in [the Static Website construct of the Lift plugin](https://github.com/getlift/lift/blob/master/docs/static-website.md). +you may be interested in the Static Website construct of the Lift plugin. -This allows to configure custom domains, root domain to `www` redirects and more. Check out [the official documentation](https://github.com/getlift/lift/blob/master/docs/static-website.md) for more details. +This allows to configure custom domains, root domain to `www` redirects and more. Check out the official documentation for more details.