From 44a4e1c1310e6eba36ff824bb9e4787f8d901bb0 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 16 Oct 2023 12:45:13 +0200 Subject: [PATCH] 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"