Index: /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp	(revision 52654)
+++ /trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp	(revision 52655)
@@ -5115,5 +5115,5 @@
 
     /* If it's a vectoring #PF, emulate injecting the original event injection as PGMTrap0eHandler() is incapable
-       of differentiating between instruction emulation and event injection that caused a #PF. See @bugref{}. */
+       of differentiating between instruction emulation and event injection that caused a #PF. See @bugref{6607}. */
     if (pSvmTransient->fVectoringPF)
     {
Index: /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 52654)
+++ /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 52655)
@@ -11999,5 +11999,5 @@
 
     /* If it's a vectoring #PF, emulate injecting the original event injection as PGMTrap0eHandler() is incapable
-       of differentiating between instruction emulation and event injection that caused a #PF. See @bugref{}. */
+       of differentiating between instruction emulation and event injection that caused a #PF. See @bugref{6607}. */
     if (pVmxTransient->fVectoringPF)
     {
