From a2c3c3916bff98b5beacdda3e6d93c75e9f6258f Mon Sep 17 00:00:00 2001
From: Garth Minette <revarbat@gmail.com>
Date: Sat, 11 Sep 2021 02:33:28 -0700
Subject: [PATCH] Small docs link fix in attachments.scad.

---
 attachments.scad | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/attachments.scad b/attachments.scad
index 0b3c910..097985b 100644
--- a/attachments.scad
+++ b/attachments.scad
@@ -1012,7 +1012,7 @@ module attachable(
 // Usage:
 //   a = anchorpt(name, pos, [orient], [spin]);
 // Topics: Attachments
-// See Also: _attach_geom(), reorient(), attachable()
+// See Also: reorient(), attachable()
 // Description:
 //   Creates an anchor data structure.  For a more step-by-step explanation of attachments,
 //   see the [[Attachments Tutorial|Tutorial-Attachments]].