diff --git a/docs/community/faq.rst b/docs/community/faq.rst
index 9d900be2..33fb7e84 100644
--- a/docs/community/faq.rst
+++ b/docs/community/faq.rst
@@ -22,7 +22,7 @@ Custom User-Agents?
-------------------
Requests allows you to easily override User-Agent strings, along with
-any other HTTP Header. See `documentation about headers `_.
+any other HTTP Header. See :ref:`documentation about headers `.
diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst
index 464e4f5f..bbf3745e 100644
--- a/docs/user/quickstart.rst
+++ b/docs/user/quickstart.rst
@@ -201,6 +201,8 @@ may better fit your use cases.
were returned, use ``Response.raw``.
+.. _custom-headers:
+
Custom Headers
--------------