Skip to content

Commit

Permalink
Fix up a few broken hyperlink targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Jan 9, 2024
1 parent 8b36e7f commit 187d3fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------
Expand Down Expand Up @@ -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]**

Expand Down

0 comments on commit 187d3fb

Please sign in to comment.