diff --git a/modules/rna_wiki_reference.py b/modules/rna_wiki_reference.py
index 76383bfac6186dec7a9dd1f1c5b4b9e3ccce147c..0b80e01b3e994013a3f8debbc11534d7350a01db 100644
--- a/modules/rna_wiki_reference.py
+++ b/modules/rna_wiki_reference.py
@@ -158,6 +158,9 @@ url_manual_mapping = (
 
     ("bpy.types.Texture.*",  "Textures"),
 
+    # *** Spaces ***
+    ("bpy.types.SpaceView3D.*", "3D_interaction/Navigating/3D_View_Options"),
+
     # === Operators ===
     # Catch all only for now!
     # *** Window/Screen ***