From d2e26907c7904fe6462d83325e26ea7b332a033b Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 4 May 2016 10:34:12 +0100 Subject: [PATCH] Update schema URL --- doc/04-schema.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index 90f83f979..9ce01e1e1 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -6,8 +6,7 @@ This chapter will explain all of the fields available in `composer.json`. We have a [JSON schema](http://json-schema.org) that documents the format and can also be used to validate your `composer.json`. In fact, it is used by the -`validate` command. You can find it at: -[`res/composer-schema.json`](https://github.com/composer/composer/blob/master/res/composer-schema.json). +`validate` command. You can find it at: https://getcomposer.org/schema.json ## Root Package