Index: /trunk/src/VBox/Main/idl/VirtualBox.xidl
===================================================================
--- /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 55216)
+++ /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 55217)
@@ -12577,5 +12577,5 @@
         an asynchronous task (in other words, a separate thread) which
         continues to run after a method call returns. For example,
-        <link to="IConsole::saveState" />, which saves the state of
+        <link to="IMachine::saveState" />, which saves the state of
         a running virtual machine, can take a long time to complete.
         To be able to display a progress bar, a user interface such as
@@ -12849,5 +12849,5 @@
           </li>
 
-          <li><link to="IConsole::restoreSnapshot"/> resets a machine to
+          <li><link to="IMachine::restoreSnapshot"/> resets a machine to
               the state of a previous snapshot by deleting the differencing
               image of each of the machine's media and setting the machine's
@@ -21890,5 +21890,5 @@
       execution is always paused before calling this notification, and
       the notification handler is supposed either to immediately save
-      the virtual machine state using <link to="IConsole::saveState"/>
+      the virtual machine state using <link to="IMachine::saveState"/>
       or power it off using <link to="IConsole::powerDown"/>.
       Resuming the execution can lead to unpredictable results.
