From abd6eacce8992766742d962fcedeac474246f916 Mon Sep 17 00:00:00 2001 From: JUNG SEUNGHOON Date: Fri, 24 Apr 2026 22:28:52 +0900 Subject: [PATCH] docs: Fix frontend package links in contributing guide (#27727) Co-authored-by: Garrit Franke <32395585+garritfra@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 27d97a6d84b..dc09e06539b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,7 @@ The most important directories: workflows. **Contact n8n before starting on any changes here** - [/packages/frontend/@n8n/design-system](/packages/frontend/@n8n/design-system) - Vue frontend components -- [/packages/frontend/editor-ui](/packages/editor-ui) - Vue frontend workflow editor +- [/packages/frontend/editor-ui](/packages/frontend/editor-ui) - Vue frontend workflow editor - [/packages/node-dev](/packages/node-dev) - CLI to create new n8n-nodes - [/packages/nodes-base](/packages/nodes-base) - Base n8n nodes - [/packages/workflow](/packages/workflow) - Workflow code with interfaces which