Skip to content

Commit d97d5e9

Browse files
authored
Fix broken url (#1930)
1 parent aef6ee7 commit d97d5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/02-handlers-formatters-processors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
setups though, this is just meant as a quick and dirty solution.
2323
- [_SyslogHandler_](https://github.com/Seldaek/monolog/blob/main/src/Monolog/Handler/SyslogHandler.php): Logs records to the syslog.
2424
- [_ErrorLogHandler_](https://github.com/Seldaek/monolog/blob/main/src/Monolog/Handler/ErrorLogHandler.php): Logs records to PHP's
25-
[`error_log()`](http://docs.php.net/manual/en/function.error-log.php) function.
25+
[`error_log()`](https://www.php.net/manual/en/function.error-log.php) function.
2626
- [_ProcessHandler_](https://github.com/Seldaek/monolog/blob/main/src/Monolog/Handler/ProcessHandler.php): Logs records to the [STDIN](https://en.wikipedia.org/wiki/Standard_streams#Standard_input_.28stdin.29) of any process, specified by a command.
2727

2828
### Send alerts and emails

0 commit comments

Comments
 (0)