Merged
XS
Change Breakdown
Maintenance100%
Quickstart video link updated
The quickstart video linked from the editor sidebar now points to the correct, current video instead of a stale or moved one.
The n8n editor sidebar previously linked to an outdated quickstart video. The URL has been updated to point users to the current quickstart content. This change lives in the frontend editor UI, ensuring users who click the quickstart link land on the right tutorial.
View Original GitHub Description
Summary
Changed the URL of the Quickstart video with the new URL.
Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/AI-1076/change-quickstart-video-url
Review / Merge checklist
- PR title and summary are descriptive. (conventions) <!-- **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** -->
- Docs updated or follow-up ticket created.
- Tests included. <!-- A bug is not considered fixed, unless a test is added to prevent it from happening again. A feature is not complete without tests. -->
- PR Labeled with
release/backport(if the PR is an urgent fix that needs to be backported)