You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2015/03/18 12:37:30 UTC

svn commit: r1667509 - in /poi/site/src/documentation: content/xdocs/guidelines.xml content/xdocs/overview.xml skins/poi-site/xslt/html/site2xhtml.xsl

Author: nick
Date: Wed Mar 18 11:37:30 2015
New Revision: 1667509

URL: http://svn.apache.org/r1667509
Log:
Fix OSP links

Modified:
    poi/site/src/documentation/content/xdocs/guidelines.xml
    poi/site/src/documentation/content/xdocs/overview.xml
    poi/site/src/documentation/skins/poi-site/xslt/html/site2xhtml.xsl

Modified: poi/site/src/documentation/content/xdocs/guidelines.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/guidelines.xml?rev=1667509&r1=1667508&r2=1667509&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/guidelines.xml (original)
+++ poi/site/src/documentation/content/xdocs/guidelines.xml Wed Mar 18 11:37:30 2015
@@ -68,8 +68,8 @@
   <p>
    In early 2008, Microsoft made a fairly complete set of documentation
    on the binary file formats freely and publicly available. These were 
-   released under the <link href="http://www.microsoft.com/interop/osp">Open
-   Specification Promise</link>, which does allow us to use them for
+   released under the <link href="https://msdn.microsoft.com/en-us/openspecifications/default">
+   Open Specification Promise</link>, which does allow us to use them for
    building open source software under the <link 
      href="http://www.apache.org/foundation/license-FAQ.html">
    Apache Software License</link>.
@@ -94,7 +94,8 @@
    documentation is quite large, but you can normally find the bit you
    need without too much effort! This can be downloaded from
    <link href="http://www.ecma-international.org/publications/standards/Ecma-376.htm">http://www.ecma-international.org/publications/standards/Ecma-376.htm</link>,
-   and is also under the <link href="http://www.microsoft.com/interop/osp">OSP</link>.
+   and is also under the 
+   <link href="https://msdn.microsoft.com/en-us/openspecifications/default">OSP</link>.
   </p>
   <p>
    It is also worth checking the documentation and code of the other

Modified: poi/site/src/documentation/content/xdocs/overview.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/overview.xml?rev=1667509&r1=1667508&r2=1667509&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/overview.xml (original)
+++ poi/site/src/documentation/content/xdocs/overview.xml Wed Mar 18 11:37:30 2015
@@ -146,13 +146,14 @@
         documentation is quite large, but you can normally find the bit you
         need without too much effort!
         <link href="http://www.ecma-international.org/publications/standards/Ecma-376.htm">ECMA-376 standard is here</link>,
-        and is also under the <link href="http://www.microsoft.com/interop/osp">Microsoft OSP</link>.
+        and is also under the 
+        <link href="https://msdn.microsoft.com/en-us/openspecifications/default">Microsoft OSP</link>.
       </p>
     </section>
     <section id="components"><title>Component Map</title>
       <p>
         The Apache POI distribution consists of support for many document file formats. This support is provided
-	in several Jar files. Not all of the Jars are needed for every format. The following tables
+        in several Jar files. Not all of the Jars are needed for every format. The following tables
         show the relationships between POI components, Maven repository tags, and the project's Jar files.
       </p>
       <table>

Modified: poi/site/src/documentation/skins/poi-site/xslt/html/site2xhtml.xsl
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/skins/poi-site/xslt/html/site2xhtml.xsl?rev=1667509&r1=1667508&r2=1667509&view=diff
==============================================================================
Binary files - no diff available.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org