ソースを参照

Merge pull request #601 from Xosofox/patch-1

Fix link to seperate readme
Jordi Boggiano 10 年 前
コミット
43affa31c3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      doc/01-usage.md

+ 1 - 1
doc/01-usage.md

@@ -154,7 +154,7 @@ $logger->pushProcessor(function ($record) {
 ```
 
 Monolog provides some built-in processors that can be used in your project.
-Look at the [README file](https://github.com/Seldaek/monolog/blob/master/README.mdown) for the list.
+Look at the [dedicated chapter](https://github.com/Seldaek/monolog/blob/master/doc/02-handlers-formatters-processors.md#processors) for the list.
 
 > Tip: processors can also be registered on a specific handler instead of
   the logger to apply only for this handler.