diff --git a/content/h.dj b/content/h.dj index 4b083a9..ec530d3 100644 --- a/content/h.dj +++ b/content/h.dj @@ -156,7 +156,7 @@ Compare this to grepping through an `.rs` file, which usually yields lots of unr I pretty much never grep through Rust files to look at APIs, while I do it all the time in C++. Perhaps it's a sign that the complexity of JavaScript-heavy online HTML documentation viewers with mediocre search functionality is entirely self-inflicted.\ -(I'll give them though that rich text is pretty cool, and Hackage's global type signature search is _wicked_ cool. Nothing that a sufficiently advanced LSP server shouldn't be capable of doing, though.) +(I'll give them though that rich text is pretty cool, and [Hoogle's](https://hoogle.haskell.org/) global type signature search is _wicked_ cool. Nothing that a sufficiently advanced LSP server shouldn't be capable of doing, though.) (...and also, fuck Doxygen. I hate using Doxygen so much. But I'll leave that for another time.)