Fix link. Markdown -> HTML

This commit is contained in:
Nico Burns 2022-11-15 11:42:58 +00:00
parent 1af6b88182
commit fc1d1f7a54

View file

@ -242,7 +242,7 @@
},
{
"name": "For libraries",
"notes": "See also: [Designing error types in Rust](https://mmapped.blog/posts/12-rust-error-handling.html)",
"notes": "See also: <a href=\"https://mmapped.blog/posts/12-rust-error-handling.html\">Designing error types in Rust</a>",
"recommendations": [{
"name": "thiserror",
"notes": "Helps with generating boilerplate for enum-style error types."