diff --git a/src/renderer/src/pages/Subscriptions.tsx b/src/renderer/src/pages/Subscriptions.tsx index a9ca74b..dabf271 100644 --- a/src/renderer/src/pages/Subscriptions.tsx +++ b/src/renderer/src/pages/Subscriptions.tsx @@ -288,7 +288,7 @@ export function Subscriptions() { const handleOpenRSSHubDocs = useCallback(async () => { try { - await ipcServices.fs.openExternal('https://docs.rsshub.app/routes/social-media#youtube') + await ipcServices.fs.openExternal('https://docs.rsshub.app/routes/') } catch (error) { console.error('Failed to open RSSHub documentation:', error) toast.error(t('subscriptions.notifications.openLinkError'))