Author: fanningpj
Date: Wed Dec 20 17:50:55 2023
New Revision: 1914806

URL: http://svn.apache.org/viewvc?rev=1914806&view=rev
Log:
update links

Modified:
    poi/site/src/documentation/content/xdocs/components/index.xml
    poi/site/src/documentation/content/xdocs/components/oxml4j/index.xml
    poi/site/src/documentation/content/xdocs/devel/guidelines.xml
    poi/site/src/documentation/content/xdocs/encryption.xml
    poi/site/src/documentation/skinconf.xml

Modified: poi/site/src/documentation/content/xdocs/components/index.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/index.xml?rev=1914806&r1=1914805&r2=1914806&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/index.xml Wed Dec 20 
17:50:55 2023
@@ -41,7 +41,7 @@
         OOXML is part of an ECMA / ISO standardisation effort. This
         documentation is quite large, but you can normally find the bit you
         need without too much effort!
-        <a 
href="https://www.ecma-international.org/publications/standards/Ecma-376.htm";>ECMA-376
 standard is here</a>,
+        <a 
href="https://ecma-international.org/publications-and-standards/standards/ecma-376/";>ECMA-376
 standard is here</a>,
         and is also under the
         <a 
href="https://msdn.microsoft.com/en-us/openspecifications/default";>Microsoft 
OSP</a>.
       </p>

Modified: poi/site/src/documentation/content/xdocs/components/oxml4j/index.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/oxml4j/index.xml?rev=1914806&r1=1914805&r2=1914806&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/oxml4j/index.xml 
(original)
+++ poi/site/src/documentation/content/xdocs/components/oxml4j/index.xml Wed 
Dec 20 17:50:55 2023
@@ -29,7 +29,7 @@
         <section>
           <title>Overview</title>
           <p>OpenXML4J is the POI Project's pure Java implementation of the 
Open Packaging Conventions (OPC) defined in 
-            <a 
href="https://www.ecma-international.org/publications/standards/Ecma-376.htm";>ECMA-376</a>.</p>
+            <a 
href="https://ecma-international.org/publications-and-standards/standards/ecma-376/";>ECMA-376</a>.</p>
           <p>Every OpenXML file comprises a collection of byte streams called 
parts, combined into a container called a package. 
             POI OpenXML4J provides a physical implementation of the OPC that 
uses the Zip file format.</p>
         </section>

Modified: poi/site/src/documentation/content/xdocs/devel/guidelines.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/devel/guidelines.xml?rev=1914806&r1=1914805&r2=1914806&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/devel/guidelines.xml (original)
+++ poi/site/src/documentation/content/xdocs/devel/guidelines.xml Wed Dec 20 
17:50:55 2023
@@ -96,7 +96,7 @@
      <li>Download the file format documentation from Microsoft -
        <a 
href="https://msdn.microsoft.com/en-us/library/cc313105%28v=office.12%29.aspx";>OLE2
 Binary
        File Formats</a> or
-       <a 
href="http://www.ecma-international.org/publications/standards/Ecma-376.htm";>OOXML
 XML File Formats</a></li>
+       <a 
href="https://ecma-international.org/publications-and-standards/standards/ecma-376/";>OOXML
 XML File Formats</a></li>
      <li>Submit patches (see below) of your contributions, modifications.</li>
      <li>Check the <a 
href="https://issues.apache.org/bugzilla/buglist.cgi?product=POI";>bug 
database</a> for simple problem reports, and write a patch to fix the 
problem</li>
      <li>Review existing patches in the <a 
href="http://issues.apache.org/bugzilla/buglist.cgi?product=POI";>bug 
database</a>, and report if they still apply, if they need unit tests atc.</li>
@@ -354,7 +354,7 @@
    of the ECMA / ISO standardisation effort for the formats. This
    documentation is quite large, but you can normally find the bit you
    need without too much effort! This can be downloaded from
-   <a 
href="http://www.ecma-international.org/publications/standards/Ecma-376.htm";>http://www.ecma-international.org/publications/standards/Ecma-376.htm</a>,
+   <a 
href="https://ecma-international.org/publications-and-standards/standards/ecma-376/";>https://ecma-international.org/publications-and-standards/standards/ecma-376/</a>,
    and is also under the
    <a 
href="https://msdn.microsoft.com/en-us/openspecifications/default";>OSP</a>.
   </p>

Modified: poi/site/src/documentation/content/xdocs/encryption.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/encryption.xml?rev=1914806&r1=1914805&r2=1914806&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/encryption.xml (original)
+++ poi/site/src/documentation/content/xdocs/encryption.xml Wed Dec 20 17:50:55 
2023
@@ -389,7 +389,7 @@
         a subset will be processed - see <a 
href="https://www.ecma-international.org/activities/Office%20Open%20XML%20Formats/Draft%20ECMA-376%203rd%20edition,%20March%202011/Office%20Open%20XML%20Part%202%20-%20Open%20Packaging%20Conventions.pdf";>13.2.4.24
 Relationships Transform Algorithm</a>.</p>
 
         <p>POI and Santuario (XmlSec) use <a 
href="https://logging.apache.org/log4j/2.x";>Log4J 2.x</a> and
-            <a href="http://www.slf4j.org/";>SLF4J</a> respectively for 
logging.</p>
+            <a href="https://www.slf4j.org/";>SLF4J</a> respectively for 
logging.</p>
 
         <ul>
             <li>

Modified: poi/site/src/documentation/skinconf.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/skinconf.xml?rev=1914806&r1=1914805&r2=1914806&view=diff
==============================================================================
--- poi/site/src/documentation/skinconf.xml (original)
+++ poi/site/src/documentation/skinconf.xml Wed Dec 20 17:50:55 2023
@@ -520,7 +520,7 @@ which will be used to configure the chos
         <credit box-location="alt">
           <name>Apache Event</name>
           <url>https://www.apache.org/events/current-event.html</url>
-          <image>http://www.apache.org/events/current-event-125x125.png</image>
+          
<image>https://www.apache.org/events/current-event-125x125.png</image>
           <width>125</width>
           <height>125</height>
         </credit>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to