You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by wc...@apache.org on 2001/04/01 16:23:34 UTC

cvs commit: xml-soap/java/docs changes.html

wcloeten    01/04/01 07:23:34

  Modified:    java/docs changes.html
  Log:
  fixed broken link
  
  Revision  Changes    Path
  1.8       +1 -1      xml-soap/java/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/changes.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- changes.html	2001/02/02 14:01:38	1.7
  +++ changes.html	2001/04/01 14:23:33	1.8
  @@ -16,7 +16,7 @@
           <li>Added HTTP proxy support</li>
           <li>Added HTTP basic authentication support</li>
           <li>Added support for
  -            <a href="http://www.w3.org/TR/SOAPAttachments">
  +            <a href="http://www.w3.org/TR/SOAP-attachments">
               SOAP Messages with Attachments</a></li>
           <li>Introduced SOAPContext</li>
           <li>Added support for transport hooks</li>