diff --git a/packages/web/pages/settings/integrations.tsx b/packages/web/pages/settings/integrations.tsx index d0455c31e..7b2774bfc 100644 --- a/packages/web/pages/settings/integrations.tsx +++ b/packages/web/pages/settings/integrations.tsx @@ -151,11 +151,11 @@ export default function Integrations(): JSX.Element { subText: 'Obsidian is a powerful and extensible knowledge base that works on top of your local folder of plain text files. Use the Omnivore Obsidian plugin to sync articles, highlights, and notes to Obsidian.', button: { - text: `Install Logseq Plugin`, + text: `Install Obsidian Plugin`, icon: , style: 'ctaDarkYellow', action: () => { - router.push(`https://github.com/omnivore-app/logseq-omnivore`) + router.push(`https://github.com/omnivore-app/obsidian-omnivore`) }, }, },