Skip to content

Commit 4828af9

Browse files
[API Node] Update FAQ link to docs.comfy (#3691)
1 parent 4e0950d commit 4828af9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/dialog/content/ApiNodesSignInContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ const { apiNodeNames, onLogin, onCancel } = defineProps<{
3939
}>()
4040
4141
const handleLearnMoreClick = () => {
42-
window.open('https://www.comfy.org/faq', '_blank')
42+
window.open('https://docs.comfy.org/tutorials/api-nodes/faq', '_blank')
4343
}
4444
</script>

src/components/dialog/content/setting/CreditsPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const handleMessageSupport = () => {
157157
}
158158
159159
const handleFaqClick = () => {
160-
window.open('https://www.comfy.org/faq', '_blank')
160+
window.open('https://docs.comfy.org/tutorials/api-nodes/faq', '_blank')
161161
}
162162
163163
const creditHistory = ref<CreditHistoryItemData[]>([])

0 commit comments

Comments
 (0)