OSDN Git Service

default とマージ
[jindolf/Jindolf.git] / SCM.txt
diff --git a/SCM.txt b/SCM.txt
index 08b1699..99c9ae2 100644 (file)
--- a/SCM.txt
+++ b/SCM.txt
 
   このアーカイブの原本は、Mercurial(hg)でバージョン管理されています。
   このアーカイブの原本となる開発資産は、
-      http://hg.sourceforge.jp/view/jindolf/Jindolf
+      https://ja.osdn.net/projects/jindolf/scm/hg/Jindolf/
   を上位に持つMercurialリポジトリで管理されています。
   アーカイブの代わりにMercurialを通じての開発資産へのアクセスが可能です。
-  # hg clone http://hg.sourceforge.jp/view/jindolf/Jindolf
+  # hg clone http://hg.osdn.net/view/jindolf/Jindolf
 
 
 === 各種設定ファイル ===
@@ -21,7 +21,7 @@
 ./.hgignore
 
 Mercurial 管理の対象外にさせたいファイル群の設定です。
-IDE独自の設定ファイルは基本的に管理対象外とするつもりです。
+IDE独自の設定ファイルは基本的に管理対象外とする方針です。
 
 
 ./.hgeol
@@ -36,13 +36,13 @@ Mercurial の EOL Extension 用の設定です。
 EOL Extensionを有効にしないと設定が反映されません。
 
 
-=== リンク ===
+=== Mercurial に関するリンク ===
 
-・http://mercurial.selenic.com/
-・http://mercurial.selenic.com/wiki/.hgignore
-・http://www.selenic.com/mercurial/hgignore.5.html
-・http://mercurial.selenic.com/wiki/EolExtension
-・http://tortoisehg.bitbucket.org/
+・https://www.mercurial-scm.org/
+・https://www.mercurial-scm.org/wiki/.hgignore
+・https://www.selenic.com/mercurial/hgignore.5.html
+・https://www.mercurial-scm.org/wiki/EolExtension
+・https://tortoisehg.bitbucket.io/
 
 
 --- EOF ---