[Groonga-commit] groonga/groonga at 2a11355 [master] doc: use https

Back to archive index

Kentaro Hayashi null+****@clear*****
Sat Mar 25 15:59:46 JST 2017


Kentaro Hayashi	2017-03-25 15:59:46 +0900 (Sat, 25 Mar 2017)

  New Revision: 2a11355d9b871fbcf658059ae6e472fb42d14971
  https://github.com/groonga/groonga/commit/2a11355d9b871fbcf658059ae6e472fb42d14971

  Message:
    doc: use https

  Modified files:
    doc/source/install/centos.rst
    doc/source/install/debian.rst
    doc/source/install/fedora.rst
    doc/source/install/mac_os_x.rst
    doc/source/install/others.rst
    doc/source/install/solaris.rst
    doc/source/install/ubuntu.rst
    doc/source/install/windows.rst

  Modified: doc/source/install/centos.rst (+3 -3)
===================================================================
--- doc/source/install/centos.rst    2017-03-25 15:54:18 +0900 (ed53c78)
+++ doc/source/install/centos.rst    2017-03-25 15:59:46 +0900 (0d3562a)
@@ -19,7 +19,7 @@ CentOS 6
 
 Install::
 
-  % sudo yum install -y http://packages.groonga.org/centos/groonga-release-1.2.0-1.noarch.rpm
+  % sudo yum install -y https://packages.groonga.org/centos/groonga-release-1.2.0-1.noarch.rpm
   % sudo yum install -y --enablerepo=epel groonga
 
 .. include:: server-use.inc
@@ -52,7 +52,7 @@ CentOS 7
 
 Install::
 
-  % sudo yum install -y http://packages.groonga.org/centos/groonga-release-1.2.0-1.noarch.rpm
+  % sudo yum install -y https://packages.groonga.org/centos/groonga-release-1.2.0-1.noarch.rpm
   % sudo yum install -y --enablerepo=epel groonga
 
 .. include:: server-use.inc
@@ -89,7 +89,7 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-7.0.1.tar.gz
+  % wget https://packages.groonga.org/source/groonga/groonga-7.0.1.tar.gz
   % tar xvzf groonga-7.0.1.tar.gz
   % cd groonga-7.0.1
 

  Modified: doc/source/install/debian.rst (+1 -1)
===================================================================
--- doc/source/install/debian.rst    2017-03-25 15:54:18 +0900 (2475925)
+++ doc/source/install/debian.rst    2017-03-25 15:59:46 +0900 (fee2892)
@@ -90,7 +90,7 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-7.0.1.tar.gz
+  % wget https://packages.groonga.org/source/groonga/groonga-7.0.1.tar.gz
   % tar xvzf groonga-7.0.1.tar.gz
   % cd groonga-7.0.1
 

  Modified: doc/source/install/fedora.rst (+2 -2)
===================================================================
--- doc/source/install/fedora.rst    2017-03-25 15:54:18 +0900 (780c848)
+++ doc/source/install/fedora.rst    2017-03-25 15:59:46 +0900 (ef96be3)
@@ -33,7 +33,7 @@ Install::
 Note that additional packages such as ``mecab-dic`` and ``mecab-jumandic`` packages require to install
 ``groonga-release`` package which provides the Groonga yum repository beforehand::
 
-  % sudo rpm -ivh http://packages.groonga.org/fedora/groonga-release-1.1.0-1.noarch.rpm
+  % sudo rpm -ivh https://packages.groonga.org/fedora/groonga-release-1.1.0-1.noarch.rpm
   % sudo yum update
 
 .. include:: server-use.inc
@@ -80,7 +80,7 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-7.0.1.tar.gz
+  % wget https://packages.groonga.org/source/groonga/groonga-7.0.1.tar.gz
   % tar xvzf groonga-7.0.1.tar.gz
   % cd groonga-7.0.1
 

  Modified: doc/source/install/mac_os_x.rst (+1 -1)
===================================================================
--- doc/source/install/mac_os_x.rst    2017-03-25 15:54:18 +0900 (606c10a)
+++ doc/source/install/mac_os_x.rst    2017-03-25 15:59:46 +0900 (c37e240)
@@ -49,7 +49,7 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.
 
 Download source::
 
-  % curl -O http://packages.groonga.org/source/groonga/groonga-7.0.1.tar.gz
+  % curl -O https://packages.groonga.org/source/groonga/groonga-7.0.1.tar.gz
   % tar xvzf groonga-7.0.1.tar.gz
   % cd groonga-7.0.1
 

  Modified: doc/source/install/others.rst (+1 -1)
===================================================================
--- doc/source/install/others.rst    2017-03-25 15:54:18 +0900 (52b5883)
+++ doc/source/install/others.rst    2017-03-25 15:59:46 +0900 (e4fbc30)
@@ -76,7 +76,7 @@ Build from source
 Groonga uses GNU build system. So the following is the simplest build
 steps::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-7.0.1.tar.gz
+  % wget https://packages.groonga.org/source/groonga/groonga-7.0.1.tar.gz
   % tar xvzf groonga-7.0.1.tar.gz
   % cd groonga-7.0.1
   % ./configure

  Modified: doc/source/install/solaris.rst (+1 -1)
===================================================================
--- doc/source/install/solaris.rst    2017-03-25 15:54:18 +0900 (037e560)
+++ doc/source/install/solaris.rst    2017-03-25 15:59:46 +0900 (77164c2)
@@ -17,7 +17,7 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-7.0.1.tar.gz
+  % wget https://packages.groonga.org/source/groonga/groonga-7.0.1.tar.gz
   % gtar xvzf groonga-7.0.1.tar.gz
   % cd groonga-7.0.1
 

  Modified: doc/source/install/ubuntu.rst (+1 -1)
===================================================================
--- doc/source/install/ubuntu.rst    2017-03-25 15:54:18 +0900 (59335ff)
+++ doc/source/install/ubuntu.rst    2017-03-25 15:59:46 +0900 (c480a94)
@@ -83,7 +83,7 @@ Install required packages to build Groonga::
 
 Download source::
 
-  % wget http://packages.groonga.org/source/groonga/groonga-7.0.1.tar.gz
+  % wget https://packages.groonga.org/source/groonga/groonga-7.0.1.tar.gz
   % tar xvzf groonga-7.0.1.tar.gz
   % cd groonga-7.0.1
 

  Modified: doc/source/install/windows.rst (+5 -5)
===================================================================
--- doc/source/install/windows.rst    2017-03-25 15:54:18 +0900 (ca6b6da)
+++ doc/source/install/windows.rst    2017-03-25 15:59:46 +0900 (d528c1f)
@@ -21,14 +21,14 @@ Installer
 For 32-bit environment, download x86 executable binary from
 packages.groonga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-7.0.1-x86.exe
+  * https://packages.groonga.org/windows/groonga/groonga-7.0.1-x86.exe
 
 Then run it.
 
 For 64-bit environment, download x64 executable binary from
 packages.goronga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-7.0.1-x64.exe
+  * https://packages.groonga.org/windows/groonga/groonga-7.0.1-x64.exe
 
 Then run it.
 
@@ -41,14 +41,14 @@ zip
 For 32-bit environment, download x86 zip archive from
 packages.groonga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-7.0.1-x86.zip
+  * https://packages.groonga.org/windows/groonga/groonga-7.0.1-x86.zip
 
 Then extract it.
 
 For 64-bit environment, download x64 zip archive from
 packages.groonga.org:
 
-  * http://packages.groonga.org/windows/groonga/groonga-7.0.1-x64.zip
+  * https://packages.groonga.org/windows/groonga/groonga-7.0.1-x64.zip
 
 Then extract it.
 
@@ -66,7 +66,7 @@ Windows. Here are required tools:
 
 Download zipped source from packages.groonga.org:
 
-  * http://packages.groonga.org/source/groonga/groonga-7.0.1.zip
+  * https://packages.groonga.org/source/groonga/groonga-7.0.1.zip
 
 Then extract it.
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index