From be7d68a55cfd53a97df3421c91708c1732bf3dbf Mon Sep 17 00:00:00 2001 From: Lorenzo Sapora <25519274+LorenzoSapora@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:33:17 +0100 Subject: [PATCH] Fix URL for proxy docs Possibly an old URL that now 404s, replaced by actual docs URL --- messages/cannot-start-proxy-warning.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/cannot-start-proxy-warning.js b/messages/cannot-start-proxy-warning.js index d65aeb824..efb1c3dfc 100644 --- a/messages/cannot-start-proxy-warning.js +++ b/messages/cannot-start-proxy-warning.js @@ -8,5 +8,5 @@ module.exports = message => ({ 'The proxy has been disabled for now so you can continue to work.', 'Check out the docs below, resolve your issue and build this app', ], - url: 'https://docs.lando.dev/config/proxy.html', + url: 'https://docs.lando.dev/core/v3/proxy.html', });