fix: update pricing table link (#7402)

## Summary

Update to https://docs.comfy.org/tutorials/partner-nodes/pricing --
actual link to the pricing table (before was sending to just the Partner
Nodes docs).

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7402-fix-update-pricing-table-link-2c76d73d365081f2b890ee6887c0314e)
by [Unito](https://www.unito.io)
This commit is contained in:
Christian Byrne
2025-12-12 14:42:46 -08:00
committed by GitHub
parent 0646bb368a
commit a7c694f248
2 changed files with 2 additions and 2 deletions

View File

@@ -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'
)

View File

@@ -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'