From fade050d1950e9db9846317fb99defef4986e82a Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Sat, 12 Jan 2013 13:33:42 -0500 Subject: [PATCH] Fix github url in vcs repository example --- doc/05-repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/05-repositories.md b/doc/05-repositories.md index 17eaf039d..1182fee37 100644 --- a/doc/05-repositories.md +++ b/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": {