2009/dap/contacts Overview.html,1.49,1.50

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

Modified Files:
	Overview.html 
Log Message:
re-adding links on methods names


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- Overview.html	24 Mar 2010 14:30:21 -0000	1.49
+++ Overview.html	24 Mar 2010 14:31:40 -0000	1.50
@@ -730,7 +730,7 @@
                                 sequence<Contact> contactObjs
                             </dt>
                             <dd>
-                                The sequence of Contact objects resulting from the given <code>Contacts.find()</code> method.
+                                The sequence of Contact objects resulting from the given <a href="#widl-Contacts-find"><code>Contacts.find()</code></a> method.
                             </dd>
                         </dl>			
 					</dd>
@@ -754,7 +754,7 @@
                                 Contact contactObj
                             </dt>
                             <dd>
-                                The Contact object resulting from the given <code>Contact.save()</code></a> or <code>Contact.remove()</code> method.
+                                The Contact object resulting from the given <a href="#widl-Contact-save"><code>Contact.save()</code></a> or <a href="#widl-Contact-remove"><code>Contact.remove()</code></a> method.
                             </dd>
                         </dl>			
 					</dd>

Received on Wednesday, 24 March 2010 14:31:44 UTC