瀏覽代碼

Merge remote-tracking branch 'nicolas-bastien/patch-2'

Jordi Boggiano 12 年之前
父節點
當前提交
f99be26884
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/usage.md

+ 1 - 1
doc/usage.md

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