diff --git a/src/views/NotSupportedView.vue b/src/views/NotSupportedView.vue index 4f07c64a0..345774280 100644 --- a/src/views/NotSupportedView.vue +++ b/src/views/NotSupportedView.vue @@ -53,7 +53,10 @@ import Button from 'primevue/button' const openDocs = () => { - window.open('https://github.com/Comfy-Org/desktop', '_blank') + window.open( + 'https://github.com/Comfy-Org/desktop#currently-supported-platforms', + '_blank' + ) } const reportIssue = () => {