From 9daf463fab949ab6fa66414e6f40735b5254a95b Mon Sep 17 00:00:00 2001 From: Marc Brooks Date: Sat, 4 Oct 2025 02:09:48 -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 5707f8e6..964526d6 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -301,7 +301,7 @@ Or if you want to manually create the symlink use: # linux cd internal/native/cgo rm ui - ln -s ui ../eez/src/ui + ln -s ../eez/src/ui ui ``` ```dos rem Windows