diff --git a/src/components/topbar/CurrentUserPopover.test.ts b/src/components/topbar/CurrentUserPopover.test.ts index 48477b934..4b1cb114c 100644 --- a/src/components/topbar/CurrentUserPopover.test.ts +++ b/src/components/topbar/CurrentUserPopover.test.ts @@ -248,7 +248,7 @@ describe('CurrentUserPopover', () => { // Verify window.open was called with the correct URL expect(window.open).toHaveBeenCalledWith( - 'https://docs.comfy.org/tutorials/api-nodes/overview#api-nodes', + 'https://docs.comfy.org/tutorials/partner-nodes/pricing', '_blank' ) diff --git a/src/components/topbar/CurrentUserPopover.vue b/src/components/topbar/CurrentUserPopover.vue index 9a1fad9b7..adad38de4 100644 --- a/src/components/topbar/CurrentUserPopover.vue +++ b/src/components/topbar/CurrentUserPopover.vue @@ -205,7 +205,7 @@ const handleTopUp = () => { const handleOpenPartnerNodesInfo = () => { window.open( - buildDocsUrl('/tutorials/api-nodes/overview#api-nodes', { + buildDocsUrl('/tutorials/partner-nodes/pricing', { includeLocale: true }), '_blank'