Skip to content

Commit

Permalink
fix: broken links in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Dec 31, 2024
1 parent a4cb01c commit a1e8643
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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?

Expand All @@ -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).

0 comments on commit a1e8643

Please sign in to comment.