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

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

Modified Files:
	Overview.html 
Log Message:
removed broken internal links


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Overview.html	20 Jan 2010 12:35:23 -0000	1.32
+++ Overview.html	20 Jan 2010 12:36:14 -0000	1.33
@@ -382,7 +382,7 @@
 
 						<p>
 							In the case that the <a href='#widl-ContactProperties-name'><code>name</code></a> attribute is <code>null</code> and this method is invoked, an <a href='#contacterrorcb-interface'><code>ContactErrorCB</code></a> MUST be 
-							triggered as part of the <a>save contact process</a>. This error MUST consist of a <a href="#contacterror-interface"><code>ContactError</code></a> object with a <a href='#widl-ContactError-code'><code>code</code></a> of 
+							triggered as part of the <a>save contact process</a>. This error MUST consist of a <a href="#contacterror-interface"><code>ContactError</code></a> object with a <code>code</code> of 
 							<a href='#widl-ContactError-CONTACT_INVALID_ERROR'><code>ContactError::CONTACT_INVALID_ERROR</code></a>.
 						</p>
 						
@@ -424,7 +424,7 @@
 						
 						<p>
 							In the case that the current <a href='#widl-Contact-id'><code>id</code></a> attribute is <code>NULL</code> and this method is invoked, a <a href='#contacterrorcb-interface'><code>ContactErrorCB</code></a> MUST be 
-							triggered as part of the <a>remove contact process</a>. This error MUST consist of a <a href="#contacterror-interface"><code>ContactError</code></a> object with a <a href='#widl-ContactError-code'><code>code</code></a> of 
+							triggered as part of the <a>remove contact process</a>. This error MUST consist of a <a href="#contacterror-interface"><code>ContactError</code></a> object with a <code>code</code> of 
 							<a href='#widl-ContactError-CONTACT_NOT_FOUND_ERROR'><code>ContactError::CONTACT_NOT_FOUND_ERROR</code></a>.
 						</p>
 

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