From 508f13b66dc38ecf054d5adcc34762905e851dd2 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Mon, 5 May 2025 13:56:20 -0400 Subject: [PATCH] Update blog post link (#3767) --- src/components/dialog/content/ApiNodesNewsContent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialog/content/ApiNodesNewsContent.vue b/src/components/dialog/content/ApiNodesNewsContent.vue index 83490f897..6c919d461 100644 --- a/src/components/dialog/content/ApiNodesNewsContent.vue +++ b/src/components/dialog/content/ApiNodesNewsContent.vue @@ -64,6 +64,6 @@ const { onClose } = defineProps<{ }>() const handleLearnMore = () => { - window.open('https://blog.comfy.org/', '_blank') + window.open('https://blog.comfy.org/p/comfyui-native-api-nodes', '_blank') }