We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57be36 commit e84bdc9Copy full SHA for e84bdc9
src/components/dialog/content/setting/CreditsPanel.vue
@@ -180,7 +180,7 @@ const handleMessageSupport = () => {
180
}
181
182
const handleFaqClick = () => {
183
- window.open('https://drip-art.notion.site/api-nodes-faqs', '_blank')
+ window.open('https://www.comfy.org/faq', '_blank')
184
185
186
const creditHistory = ref<CreditHistoryItemData[]>([])
0 commit comments