Replace absolute links with relrefs

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
Danila Fedorin 2024-05-22 23:05:11 -07:00
parent 11d726a6ad
commit c0f4fe017f
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ After my first post complaining about the state of mathematics on the web, I rec
the following email (which the author allowed me to share):
> Sorry for having a random stranger email you, but in your blog post
[(link)](https://danilafe.com/blog/math_rendering_is_wrong) you seem to focus on MathJax's
[(link)]({{< relref "math_rendering_is_wrong" >}}) you seem to focus on MathJax's
difficulty in rendering things server-side, while quietly ignoring that KaTeX's front
page advertises server-side rendering. Their documentation [(link)](https://katex.org/docs/options.html)
even shows (at least as of the time this email was sent) that it renders both HTML

View File

@ -103,7 +103,7 @@ VSCode to autocomplete and error check.
My original recommendations for (neo)vim remain unchanged, with the exception
of using `ghcide` instead of `hie` in the `serverCommands` variable. You
can find the original instructions
[here](https://danilafe.com/blog/haskell_language_server/#neovim).
[here]({{< relref "haskell_language_server#neovim" >}}).
### Conclusion
I hope that using GHC IDE, you'll be able to have a significantly more pleasant