2009/dap/contacts Overview.html,1.33,1.34

Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv28883

Modified Files:
	Overview.html 
Log Message:
avoid relative links since they break at publication time


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Overview.html	20 Jan 2010 12:36:14 -0000	1.33
+++ Overview.html	20 Jan 2010 12:36:47 -0000	1.34
@@ -872,7 +872,7 @@
                    </dd>
                    <dt>const unsigned short PENDING_OPERATION_ERROR = 3</dt>
                    <dd>
-                      If the <code>PendingOp</code> (as defined in [[!CORE-DEVICE]]) associated with the requested callback produces an error on <a href="../device/#widl-PendingOp-cancel">cancel()</a>.
+                      If the <code>PendingOp</code> (as defined in [[!CORE-DEVICE]]) associated with the requested callback produces an error on <code>cancel()</code>.
                    </dd>	
                    <dt>const unsigned short IO_ERROR = 4</dt>
                    <dd>

Received on Wednesday, 20 January 2010 12:36:51 UTC