From d97d5e9468aa7d10f95b2e0468f39afdbd08a4d1 Mon Sep 17 00:00:00 2001 From: Jun Yang Chin <102787073+junyang-chin@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:30:50 +0400 Subject: [PATCH] Fix broken url (#1930) --- doc/02-handlers-formatters-processors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/02-handlers-formatters-processors.md b/doc/02-handlers-formatters-processors.md index 8e98d2b8..d3d31e04 100644 --- a/doc/02-handlers-formatters-processors.md +++ b/doc/02-handlers-formatters-processors.md @@ -22,7 +22,7 @@ setups though, this is just meant as a quick and dirty solution. - [_SyslogHandler_](https://github.com/Seldaek/monolog/blob/main/src/Monolog/Handler/SyslogHandler.php): Logs records to the syslog. - [_ErrorLogHandler_](https://github.com/Seldaek/monolog/blob/main/src/Monolog/Handler/ErrorLogHandler.php): Logs records to PHP's - [`error_log()`](http://docs.php.net/manual/en/function.error-log.php) function. + [`error_log()`](https://www.php.net/manual/en/function.error-log.php) function. - [_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. ### Send alerts and emails