From 6ff43665f73a30b53c29b2b2876f90b73c627056 Mon Sep 17 00:00:00 2001 From: Andrew Jelley Date: Thu, 24 Jul 2025 18:22:50 +0200 Subject: [PATCH] fix "building your application for production" link --- resources/views/docs/desktop/1/getting-started/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/docs/desktop/1/getting-started/development.md b/resources/views/docs/desktop/1/getting-started/development.md index 67d55e89..9e329257 100644 --- a/resources/views/docs/desktop/1/getting-started/development.md +++ b/resources/views/docs/desktop/1/getting-started/development.md @@ -27,7 +27,7 @@ It also keeps the connection to the terminal open so you can see and inspect use in real time. These builds are unsigned and not meant for distribution. They do not go through various optimizations typically done -when [building your application for production](/docs/publishing) and so they expose more about the inner workings of +when [building your application for production](/docs/desktop/1/publishing/publishing) and so they expose more about the inner workings of the code than you would typically want to share with your users. A major part of the build process, even for debug builds, involves _copying_ your application code into the runtime's