yatex

changeset 474:025522852e1d dev

https preferred over http
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 10 Sep 2017 16:28:12 +0859
parents 526425d2841d
children d6952c7e35cc
files docs/qanda docs/qanda.eng
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/docs/qanda	Sun Sep 10 10:05:44 2017 +0859
     1.2 +++ b/docs/qanda	Sun Sep 10 16:28:12 2017 +0859
     1.3 @@ -672,7 +672,7 @@
     1.4  	に更新を行なって下さい。Mercurialをインストール後、以下のように
     1.5  	して開発版に追随します。
     1.6  	
     1.7 -		hg clone http://www.yatex.org:/hgrepos/yatex
     1.8 +		hg clone https://www.yatex.org:/hgrepos/yatex
     1.9  	
    1.10  	で、リポジトリ全体を取得します。開発ブランチは dev なので
    1.11  	
     2.1 --- a/docs/qanda.eng	Sun Sep 10 10:05:44 2017 +0859
     2.2 +++ b/docs/qanda.eng	Sun Sep 10 16:28:12 2017 +0859
     2.3 @@ -381,7 +381,7 @@
     2.4  	If you want to catch up to latest version, using yatex-current
     2.5  	is inefficient.  Use yatex's mercurial repository instead.
     2.6  	
     2.7 -		hg clone http://www.yatex.org:/hgrepos/yatex
     2.8 +		hg clone https://www.yatex.org:/hgrepos/yatex
     2.9  		cd yatex
    2.10  		hg up -C dev
    2.11