Skip to content

Commit

Permalink
fix: links now point to the correct web address (https://writewithha…
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Mar 3, 2024
1 parent 906fbfe commit 171118e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ That's why I created Harper: it is the grammar checker that fits my needs.
Not only does it take milliseconds to lint a document, take less than 1/50th of LanguageTool's memory footprint,
but it is also completely private.

Harper is even small enough to load via [WebAssembly.](https://harper.elijahpotter.dev)
Harper is even small enough to load via [WebAssembly.](https://writewithharper.com)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion harper-ls/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `harper-ls`

`harper-ls` is the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) frontend for [Harper](https://harper.elijahpotter.dev).
`harper-ls` is the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) frontend for [Harper](https://writewithharper.com).
Out of the box, it has built-in support for parsing the comments of most programming languages, as well as any and all markdown files.

## Installation
Expand Down

0 comments on commit 171118e

Please sign in to comment.