From e3cdfb1bfa1cf91a082b8c72f4230ca576f4a404 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 25 Feb 2026 09:43:43 -0500 Subject: [PATCH] Add github link in rcp.h --- include/rcp.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/rcp.h b/include/rcp.h index 896af56..66b7f48 100644 --- a/include/rcp.h +++ b/include/rcp.h @@ -28,6 +28,9 @@ /** * Reference-counting pointer. + * + * See https://github.com/holtrop/rcp for documentation, issues, and pull + * requests. */ template class rcp