From 187d3fbade1f3d54f84d61900c23b0ae9e3ebe7e Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Mon, 8 Jan 2024 16:26:09 -0800 Subject: [PATCH] Fix up a few broken hyperlink targets --- docs/guide.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide.txt b/docs/guide.txt index 11a73f0..e359e59 100755 --- a/docs/guide.txt +++ b/docs/guide.txt @@ -1277,7 +1277,7 @@ whether or not the message was successfully logged by the handler. The ``log()`` implementation should be sure to call `announce()`__ whenever an event is successfully logged. -.. __: `void _announce($event)`_ +.. __: `void announce($event)`_ Utility Methods --------------- @@ -1322,7 +1322,7 @@ logged. ``$event`` is an array containing two named elements:: event is successfully logged. Otherwise, registered observers will never become aware of the event. -.. log(): `bool log($message, $priority = null)`_ +.. _log(): `bool log($message, $priority = null)`_ .. |required| replace:: **[required]**