diff --git a/ruby_on_rails/advanced_forms_and_activerecord/installing_psql.md b/ruby_on_rails/advanced_forms_and_activerecord/installing_psql.md
index 1d41c8db001..718e72682e8 100644
--- a/ruby_on_rails/advanced_forms_and_activerecord/installing_psql.md
+++ b/ruby_on_rails/advanced_forms_and_activerecord/installing_psql.md
@@ -335,9 +335,9 @@ Open your browser, and head on over to `localhost:3000`. If you are greeted by t
This section contains questions for you to check your understanding of this lesson on your own. If you’re having trouble answering a question, click it and review the material it links to.
-- What are the typical environments that make up a pipeline?
-- What is an environment variable?
-- Why should we use environment variables?
+- [What are the typical environments that make up a pipeline?](#pipeline)
+- [What is an environment variable?](#env_var)
+- [Why should we use environment variables?](#privacy)
### Additional resources