wingo pushed a commit to branch wip-whippet in repository guile. commit 44a4e1c1310e6eba36ff824bb9e4787f8d901bb0 Author: Andy Wingo <wi...@igalia.com> AuthorDate: Mon Oct 16 12:45:13 2023 +0200
Add manual links --- doc/manual.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/manual.md b/doc/manual.md index 64be5a6c9..4156defdf 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -532,9 +532,11 @@ provides a *listener* for these events when initializing the collector. The listener interface is defined in [`gc-event-listener.h`](../api/gc-event-listener.h). Whippet ships with -two listener implementations, `GC_NULL_EVENT_LISTENER`, and -`GC_BASIC_STATS`. Most embedders will want their own listener, but -starting with the basic stats listener is not a bad option: +two listener implementations, +[`GC_NULL_EVENT_LISTENER`](../api/gc-null-event-listener.h), and +[`GC_BASIC_STATS`](../api/gc-basic-stats.h). Most embedders will want +their own listener, but starting with the basic stats listener is not a +bad option: ``` #include "gc-api.h"