From a1e8643aa50922244533b95b0fb00b1ae0806425 Mon Sep 17 00:00:00 2001 From: Elijah Potter Date: Tue, 31 Dec 2024 12:57:12 -0700 Subject: [PATCH] fix: broken links in `README.md` --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 502bc56..25865c3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # `harper-obsidian-plugin` -[Harper](https://github.com/elijah-potter/harper) is a grammar checker for developers. -Starting today, it's the [grammar checker for everyone else, too](https://writewithharper.com/obsidian/). +[Harper](https://github.com/automattic/harper) is a grammar checker for developers. +Starting today, it's the [grammar checker for everyone else, too](https://writewithharper.com/docs/integrations/obsidian/). ![Screenshot of the Harper Plugin at work](./screenshot.webp) Unlike other grammar checkers available for Obsidian, Harper runs entirely on your device, without any additional setup. Just enable it, and you get fantastic, private, and open source grammar checking, instantly. +Want to try Harper without installing? [Give it a whirl.](https://writewithharper.com) ## How to use it? @@ -15,9 +16,9 @@ If you see an error, just hover over it and Harper will suggest any changes it t ## Where's all the code? -All of the code for the Harper Obsidian plugin lives [in the main Harper monorepo](https://github.com/elijah-potter/harper/tree/master/packages/obsidian-plugin). +All of the code for the Harper Obsidian plugin lives [in the main Harper monorepo](https://github.com/automattic/harper/tree/master/packages/obsidian-plugin). This repository exists to satisfy the [requirements](https://docs.obsidian.md/Plugins/Releasing/Submit+your+plugin) laid out by the Obsidian team for their plugins. ## I have a problem or feature request... -Let me know if you have any problems, feature requests, or feedback of any kind by filling out an [issue on the main repository](https://github.com/elijah-potter/harper/issues/new). +Let me know if you have any problems, feature requests, or feedback of any kind by filling out an [issue on the main repository](https://github.com/automattic/harper/issues/new).