From: Dave B. <bla...@us...> - 2012-01-18 13:06:49
|
Update of /cvsroot/sblim/jsr48-client/src In directory vz-cvs-3.sog:/tmp/cvs-serv18318/src Modified Files: overview.html Log Message: 3469427 - Fix broken HTML links Index: overview.html =================================================================== RCS file: /cvsroot/sblim/jsr48-client/src/overview.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- overview.html 27 May 2010 13:01:54 -0000 1.18 +++ overview.html 18 Jan 2012 13:06:47 -0000 1.19 @@ -2,7 +2,7 @@ <html><head> <!-- * - * (C) Copyright IBM Corp. 2005, 2010 + * (C) Copyright IBM Corp. 2005, 2012 * * THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE * ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE @@ -20,6 +20,7 @@ * 2524131 2009-01-21 raman_arora Upgrade client to JDK 1.5 (Phase 1) * 2799260 2009-06-01 raman_arora Fix left over @author tag from Java5 upgrade * 3001243 2010-05-13 blaschke-oss Overview HTML out of date + * 3469427 2012-01-04 blaschke-oss Fix broken HTML links --> </head> <body style="background-color: white;"> @@ -116,12 +117,12 @@ <li>DMTF DSP0004:2005, CIM Infrastructure Specification, version 2.3 (final), available at: <br> <a href="http://www.dmtf.org/standards/published_documents/DSP0004V2.3_final.pdf"> http://www.dmtf.org/standards/published_documents/DSP0004V2.3_final.pdf</a></li> - <li>DMTF DSP0200:2005, CIM Operations over HTTP, version 1.2 (preliminary), available at: <br> - <a href="http://www.dmtf.org/standards/published_documents/DSP200.pdf"> - http://www.dmtf.org/standards/published_documents/DSP200.pdf</a></li> - <li>DMTF DSP0201:2005, Representation of CIM in XML, version 2.2 (preliminary), available at: <br> - <a href="http://www.dmtf.org/standards/published_documents/DSP201.pdf"> - http://www.dmtf.org/standards/published_documents/DSP201.pdf</a></li> + <li>DMTF DSP0200:2005, CIM Operations over HTTP, version 1.2 (final), available at: <br> + <a href="http://www.dmtf.org/standards/published_documents/DSP200.html"> + http://www.dmtf.org/standards/published_documents/DSP200.html</a></li> + <li>DMTF DSP0201:2005, Representation of CIM in XML, version 2.2 (final), available at: <br> + <a href="http://www.dmtf.org/standards/published_documents/DSP201.html"> + http://www.dmtf.org/standards/published_documents/DSP201.html</a></li> <li>IETF RFC 2614, An API for Service Location, available at: <br> <a href="http://tools.ietf.org/html/rfc2614"> http://tools.ietf.org/html/rfc2614</a></li> |