From b8f200b0f2159e066ade63a3066c790795274e55 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 20 Feb 2012 16:53:49 +0100 Subject: [PATCH] Fix link --- doc/04-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index fa947094c..2e1c3d2f6 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -7,7 +7,7 @@ This chapter will explain all of the options 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: [`Resources/composer- -schema.json`](https://github.com/composer/composer/blob/res +schema.json`](https://github.com/composer/composer/blob/master/res /composer-schema.json). ## Package root