You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2017/02/13 11:27:09 UTC

svn commit: r1782752 - /openoffice/ooo-site/trunk/tools/urlrewrite.sh

Author: mseidel
Date: Mon Feb 13 11:27:08 2017
New Revision: 1782752

URL: http://svn.apache.org/viewvc?rev=1782752&view=rev
Log:
HTTPS redirect

Modified:
    openoffice/ooo-site/trunk/tools/urlrewrite.sh

Modified: openoffice/ooo-site/trunk/tools/urlrewrite.sh
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/tools/urlrewrite.sh?rev=1782752&r1=1782751&r2=1782752&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/tools/urlrewrite.sh (original)
+++ openoffice/ooo-site/trunk/tools/urlrewrite.sh Mon Feb 13 11:27:08 2017
@@ -60,6 +60,6 @@ if test -d ${contentdir}${webproject}; t
 	rm ${htmlfile}.bak
     done
     echo "============ '$webproject' performing url fixups ..."
-    find . -name "${suffixmatch}" -exec grep -o "http://.*openoffice.org/" {} \;
+    find . -name "${suffixmatch}" -exec grep -o "https://.*openoffice.org/" {} \;
 fi
 echo " "