Author: fanningpj Date: Mon Sep 27 11:34:48 2021 New Revision: 1893674 URL: http://svn.apache.org/viewvc?rev=1893674&view=rev Log: use https
Modified: poi/site/src/documentation/content/xdocs/components/spreadsheet/formula.xml poi/site/src/documentation/content/xdocs/components/spreadsheet/hacking-hssf.xml poi/site/src/documentation/content/xdocs/site.xml Modified: poi/site/src/documentation/content/xdocs/components/spreadsheet/formula.xml URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/spreadsheet/formula.xml?rev=1893674&r1=1893673&r2=1893674&view=diff ============================================================================== --- poi/site/src/documentation/content/xdocs/components/spreadsheet/formula.xml (original) +++ poi/site/src/documentation/content/xdocs/components/spreadsheet/formula.xml Mon Sep 27 11:34:48 2021 @@ -91,7 +91,7 @@ <section><title>Internals</title> <p> Formulas in Excel are stored as sequences of tokens in Reverse Polish Notation order. The - <a href="http://sc.openoffice.org/excelfileformat.pdf">open office XLS spec</a> is the best + <a href="https://sc.openoffice.org/excelfileformat.pdf">open office XLS spec</a> is the best documentation you will find for the format. </p> Modified: poi/site/src/documentation/content/xdocs/components/spreadsheet/hacking-hssf.xml URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/spreadsheet/hacking-hssf.xml?rev=1893674&r1=1893673&r2=1893674&view=diff ============================================================================== --- poi/site/src/documentation/content/xdocs/components/spreadsheet/hacking-hssf.xml (original) +++ poi/site/src/documentation/content/xdocs/components/spreadsheet/hacking-hssf.xml Mon Sep 27 11:34:48 2021 @@ -36,7 +36,7 @@ understanding the file format. </p> <p> - Also useful is the <a href="http://sc.openoffice.org/excelfileformat.pdf">open office XLS spec</a>. We + Also useful is the <a href="https://sc.openoffice.org/excelfileformat.pdf">open office XLS spec</a>. We are collaborating with the maintainer of the spec so if you think you can add something to their document just send through your changes. </p> Modified: poi/site/src/documentation/content/xdocs/site.xml URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/site.xml?rev=1893674&r1=1893673&r2=1893674&view=diff ============================================================================== --- poi/site/src/documentation/content/xdocs/site.xml (original) +++ poi/site/src/documentation/content/xdocs/site.xml Mon Sep 27 11:34:48 2021 @@ -132,7 +132,7 @@ See http://xml.apache.org/forrest/linkin <references label="References" href="references/"> <index label="Overview" href="index.html"/> <logocontest label="Logo Submissions" href="logocontest.html"/> - <xlsspec label="XLS spec [PDF]" href="http://sc.openoffice.org/excelfileformat.pdf"/> + <xlsspec label="XLS spec [PDF]" href="https://sc.openoffice.org/excelfileformat.pdf"/> <cocoon label="Apache Cocoon" href="http://xml.apache.org/cocoon/"/> </references> <resolutions label="Resolutions" href="resolutions/"> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org For additional commands, e-mail: commits-h...@poi.apache.org