From 15b875458950ee5cca6b4e8517666e0a0e1349ce Mon Sep 17 00:00:00 2001 From: Marc Brooks Date: Sat, 4 Oct 2025 02:07:15 -0500 Subject: [PATCH] Update DEVELOPMENT.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index ea92b217..5707f8e6 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -307,7 +307,7 @@ Or if you want to manually create the symlink use: rem Windows cd internal/native/cgo del ui - mklink /d ui ../eez/src/ui + mklink /d ui ..\eez\src\ui ``` ---