actually link to the version attributes documentation
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst
index 12a0337..2221f14 100644
--- a/Doc/faq/general.rst
+++ b/Doc/faq/general.rst
@@ -151,8 +151,8 @@
 next minor version, which becomes the "a0" version,
 e.g. "2.4a0".
 
-See also the documentation for ``sys.version``, ``sys.hexversion``, and
-``sys.version_info``.
+See also the documentation for :data:`sys.version`, :data:`sys.hexversion`, and
+:data:`sys.version_info`.
 
 
 How do I obtain a copy of the Python source?