Browse Source

Fix links broken due to newlines.

Michael Cullum 13 years ago
parent
commit
0accac7974
3 changed files with 8 additions and 9 deletions
  1. 2 2
      doc/01-basic-usage.md
  2. 4 5
      doc/04-schema.md
  3. 2 2
      doc/06-community.md

+ 2 - 2
doc/01-basic-usage.md

@@ -136,8 +136,8 @@ packagist.
 
 ## Autoloading
 
-For libraries that follow the [PSR-0](https://github.com/php-fig/fig-
-standards/blob/master/accepted/PSR-0.md) naming standard, composer generates a
+For libraries that follow the [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md)
+naming standard, composer generates a
 `vendor/.composer/autoload.php` file for autoloading. You can simply include
 this file and you will get autoloading for free.
 

+ 4 - 5
doc/04-schema.md

@@ -6,9 +6,8 @@ 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/master/res
-/composer-schema.json).
+`validate` command. You can find it at: 
+[`Resources/composer-schema.json`](https://github.com/composer/composer/blob/master/res/composer-schema.json).
 
 ## Package root
 
@@ -188,8 +187,8 @@ Optional.
 
 Autoload mapping for a PHP autoloader.
 
-Currently only [PSR-0](https://github.com/php-fig/fig-
-standards/blob/master/accepted/PSR-0.md) autoloading is supported. Under the
+Currently only [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md)
+autoloading is supported. Under the
 `psr-0` key you define a mapping from namespaces to paths, relative to the
 package root.
 

+ 2 - 2
doc/06-community.md

@@ -22,7 +22,7 @@ The most important guidelines are described as follows:
 
 ## IRC / mailing list
 
-The developer mailing list is on [google groups](http://groups.google.com/group
-/composer-dev) IRC channels are available for discussion as well, on
+The developer mailing list is on [google groups](http://groups.google.com/group/composer-dev/) 
+IRC channels are available for discussion as well, on
 irc.freenode.org [#composer](irc://irc.freenode.org/composer) for users and
 [#composer-dev](irc://irc.freenode.org/composer-dev) for development.