diff options
-rw-r--r-- | README.cross | 4 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | sw/qa/extras/README | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/README.cross b/README.cross index e391e9f7d8de..0b1b74701289 100644 --- a/README.cross +++ b/README.cross @@ -189,10 +189,10 @@ But this cross-compilation work is tested from Debian and openSUSE to Raspbian. You will need headers, pkg-config files and libraries from a Raspbian system to build against. Available at -http://dev-www.libreoffice.org/extern/ . Look for the latest +https://dev-www.libreoffice.org/extern/ . Look for the latest raspbian-root-*.tar.gz . For instance: -$ wget http://dev-www.libreoffice.org/extern/raspbian-root-20140120.tar.gz +$ wget https://dev-www.libreoffice.org/extern/raspbian-root-20140120.tar.gz $ mkdir raspbian-root $ cd raspbian-root $ tar -xf raspbian-root-20140120.tar.gz diff --git a/configure.ac b/configure.ac index 6bf2fa6f339a..ecfbab754ed4 100644 --- a/configure.ac +++ b/configure.ac @@ -7770,7 +7770,7 @@ install a pre-compiled binary for Win32 mkdir -p /opt/lo/bin cd /opt/lo/bin -wget http://dev-www.libreoffice.org/bin/cygwin/nasm.exe +wget https://dev-www.libreoffice.org/bin/cygwin/nasm.exe chmod +x nasm or get and install one from http://www.nasm.us/ @@ -12730,7 +12730,7 @@ to install a pre-compiled binary make for Win32 mkdir -p /opt/lo/bin cd /opt/lo/bin - wget http://dev-www.libreoffice.org/bin/cygwin/make-85047eb-msvc.exe + wget https://dev-www.libreoffice.org/bin/cygwin/make-85047eb-msvc.exe cp make-85047eb-msvc.exe make chmod +x make diff --git a/sw/qa/extras/README b/sw/qa/extras/README index c77ded05ddcb..ff6425a8eb43 100644 --- a/sw/qa/extras/README +++ b/sw/qa/extras/README @@ -76,7 +76,7 @@ enough if you want to test a paragraph or character property. Figuring out the UNO API just by reading the idl files under `offapi/` is not that productive. Xray can help in this case. Download it from: -http://dev-www.libreoffice.org/extern/XrayTool52_en.sxw +https://dev-www.libreoffice.org/extern/XrayTool52_en.sxw It's a document file, start Writer, Tools -> Options -> LibreOffice -> Security, Macro Security, and there choose Low. Then open the document, and click `Install |