浏览代码

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": [
             {
                 "type": "vcs",
-                "url": "http://github.com/igorw/monolog"
+                "url": "https://github.com/igorw/monolog"
             }
         ],
         "require": {