diff --git a/nodeJS/authentication/authentication_basics.md b/nodeJS/authentication/authentication_basics.md
index d6c415c8bef..ba929133fd8 100644
--- a/nodeJS/authentication/authentication_basics.md
+++ b/nodeJS/authentication/authentication_basics.md
@@ -353,7 +353,7 @@ This section contains helpful links to other content. It isn't required, so cons
### Knowledge checks
This section contains questions for you to check your understanding of this lesson. If you’re having trouble answering the questions below on your own, review the material above to find the answer.
-- Which passportJS strategy did we use in this lesson?
-- Why does passportJS create a cookie?
-- What does the `bcrypt.compare()` function do?
-- Why should we include bcrypt when we begin a project?
+- [Which passportJS strategy did we use in this lesson?](#strategy)
+- [Why does passportJS create a cookie?](#cookie)
+- [What does the `bcrypt.compare()` function do?](#compare)
+- [Why should we include bcrypt when we begin a project?](#bcrypt)