From 4d4d3471a60ecdc24e29c0b955637b6fe26fea86 Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Fri, 2 Feb 2024 11:55:21 -0800 Subject: [PATCH] Checklinks. --- docs/config.md | 4 ++-- docs/development.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/config.md b/docs/config.md index d67b473..0018a54 100644 --- a/docs/config.md +++ b/docs/config.md @@ -23,7 +23,7 @@ services: ## Using custom nginx config files -You may need to override our [default nginx config](https://github.com/lando/nginx/tree/main/builders) with your own custom [server](https://www.linode.com/docs/web-servers/nginx/how-to-configure-nginx/), [vhosts](https://www.linode.com/docs/web-servers/nginx/how-to-configure-nginx/) or [fastcgi_params](https://www.nginx.com/resources/wiki/start/topics/examples/full/) config. +You may need to override our [default nginx config](https://github.com/lando/nginx/tree/main/builders) with your own custom [server](https://www.linode.com/docs/guides/how-to-configure-nginx/), [vhosts](https://www.linode.com/docs/guides/how-to-configure-nginx/) or [fastcgi_params](https://www.nginx.com/resources/wiki/start/topics/examples/full/) config. If you do this, you must use files that exist inside your application and express them relative to your project root as shown below: @@ -53,4 +53,4 @@ services: server: config/nginx.conf vhosts: config/default.conf param: config/fastcgi_params -``` \ No newline at end of file +``` diff --git a/docs/development.md b/docs/development.md index 7fdc451..68f2155 100644 --- a/docs/development.md +++ b/docs/development.md @@ -5,7 +5,7 @@ description: Learn how to develop and contribute to the Lando Nginx service # Development -This guide contains information to help onboard developers to work on the [nginx](https://nginx.microsoft.com/en-us/) integration, hereafter referred to as *the plugin*. +This guide contains information to help onboard developers to work on the [nginx](https://www.nginx.com/) integration, hereafter referred to as *the plugin*. ## Requirements @@ -162,4 +162,4 @@ npm install @lando/nginx@edge ## Contribution -If you want to contribute code then just follow [this flow](https://docs.github.com/en/get-started/using-github/github-flow). \ No newline at end of file +If you want to contribute code then just follow [this flow](https://docs.github.com/en/get-started/using-github/github-flow).