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 wrap: on
line diff
--- a/docs/qanda	Sun Sep 10 10:05:44 2017 +0859
+++ b/docs/qanda	Sun Sep 10 16:28:12 2017 +0859
@@ -672,7 +672,7 @@
 	に更新を行なって下さい。Mercurialをインストール後、以下のように
 	して開発版に追随します。
 	
-		hg clone http://www.yatex.org:/hgrepos/yatex
+		hg clone https://www.yatex.org:/hgrepos/yatex
 	
 	で、リポジトリ全体を取得します。開発ブランチは dev なので
 	
--- a/docs/qanda.eng	Sun Sep 10 10:05:44 2017 +0859
+++ b/docs/qanda.eng	Sun Sep 10 16:28:12 2017 +0859
@@ -381,7 +381,7 @@
 	If you want to catch up to latest version, using yatex-current
 	is inefficient.  Use yatex's mercurial repository instead.
 	
-		hg clone http://www.yatex.org:/hgrepos/yatex
+		hg clone https://www.yatex.org:/hgrepos/yatex
 		cd yatex
 		hg up -C dev
 	

yatex.org