diff --git a/book/src/01-quirks/05-const_asserts.md b/book/src/01-quirks/05-const_asserts.md
index 0827a85..42b99ed 100644
--- a/book/src/01-quirks/05-const_asserts.md
+++ b/book/src/01-quirks/05-const_asserts.md
@@ -9,8 +9,8 @@ provides a way to let you assert on a `const` expression.
 
 This is an amazing crate that you should definitely use when you can.
 
-It's written by [nvzqz](https://github.com/nvzqz), and they kindly wrote up a
-[blog
+It's written by [Nikolai Vazquez](https://github.com/nvzqz), and they kindly
+wrote up a [blog
 post](https://nikolaivazquez.com/posts/programming/rust-static-assertions/) that
 explains the thinking behind it.