diff --git a/README.md b/README.md index 34803fbc..ea2d7fb4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/harper-ls/README.md b/harper-ls/README.md index 8040684e..a073a36e 100644 --- a/harper-ls/README.md +++ b/harper-ls/README.md @@ -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