[API Node] Update FAQ link to docs.comfy (#3691)

This commit is contained in:
Christian Byrne
2025-04-29 16:59:28 -07:00
committed by GitHub
parent 4e0950d953
commit 4828af9a13
2 changed files with 2 additions and 2 deletions

View File

@@ -39,6 +39,6 @@ const { apiNodeNames, onLogin, onCancel } = defineProps<{
}>() }>()
const handleLearnMoreClick = () => { const handleLearnMoreClick = () => {
window.open('https://www.comfy.org/faq', '_blank') window.open('https://docs.comfy.org/tutorials/api-nodes/faq', '_blank')
} }
</script> </script>

View File

@@ -157,7 +157,7 @@ const handleMessageSupport = () => {
} }
const handleFaqClick = () => { const handleFaqClick = () => {
window.open('https://www.comfy.org/faq', '_blank') window.open('https://docs.comfy.org/tutorials/api-nodes/faq', '_blank')
} }
const creditHistory = ref<CreditHistoryItemData[]>([]) const creditHistory = ref<CreditHistoryItemData[]>([])