ソースを参照

Fix github url in vcs repository example

Johnny Robeson 12 年 前
コミット
fade050d19
1 ファイル変更1 行追加1 行削除
  1. 1 1
      doc/05-repositories.md

+ 1 - 1
doc/05-repositories.md

@@ -183,7 +183,7 @@ Example assuming you patched monolog to fix a bug in the `bugfix` branch:
         "repositories": [
         "repositories": [
             {
             {
                 "type": "vcs",
                 "type": "vcs",
-                "url": "http://github.com/igorw/monolog"
+                "url": "https://github.com/igorw/monolog"
             }
             }
         ],
         ],
         "require": {
         "require": {