Merged
Size
XS
Change Breakdown
Docs100%
#27998docs: Fix design system path in contributing guide

Broken link in docs fixed

A documentation typo has been corrected in the n8n contributor guide, restoring a link to the design system package.

The CONTRIBUTING.md file contained a link pointing contributors to the design system package. The path was outdated — it pointed to /packages/design-system when the actual location in the monorepo is /packages/frontend/@n8n/design-system. Following the old link would land developers on a 404 page, breaking the contributor experience for anyone trying to understand the codebase structure.

The path has been corrected to match the current repository layout. Contributors who click the design system link will now reach the right destination.

The fix lives in the contributor documentation at the root of the n8n repository.

View Original GitHub Description

Summary

Fix the design system directory link in CONTRIBUTING.md so it points to the current monorepo path.

Related Linear tickets, Github issues, and Community forum posts

N/A

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with Backport to Beta, Backport to Stable, or Backport to v1 (if the PR is an urgent fix that needs to be backported)

This is a docs-only fix for a broken repository-internal path in the contributor guide.

© 2026 · via Gitpulse