diff --git a/packages/react/components/Account/Patterns.mjs b/packages/react/components/Account/Patterns.mjs
index fde65ec2ca1..189be0ec8b5 100644
--- a/packages/react/components/Account/Patterns.mjs
+++ b/packages/react/components/Account/Patterns.mjs
@@ -99,7 +99,7 @@ export const Patterns = ({ Link = false }) => {
Create a new pattern
diff --git a/packages/react/components/Editor/config/index.mjs b/packages/react/components/Editor/config/index.mjs
index 75ea3f3c9b4..7afd89de335 100644
--- a/packages/react/components/Editor/config/index.mjs
+++ b/packages/react/components/Editor/config/index.mjs
@@ -5,7 +5,9 @@ export const defaultConfig = {
// Enable use of a (FreeSewing) backend to load data from
enableBackend: true,
// Link to create a new measurements set, set to false to disable
- hrefNewSet: '/new/set',
+ // TODO: this is the link to the sets page, the new set button is a dynamic popover on that page
+ // TODO and not directly linkable
+ hrefNewSet: 'account/data/sets/',
// Cloud default image
cloudImageDflt:
'https://imagedelivery.net/ouSuR9yY1bHt-fuAokSA5Q/365cc64e-1502-4d2b-60e0-cc8beee73f00/public',