From f8b91d9a37db9ac0fe4a5e001effeb8b7279f20c Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Fri, 31 Mar 2023 01:33:08 -0700 Subject: [PATCH] Link fixes. --- bottlecaps.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bottlecaps.scad b/bottlecaps.scad index 66b2f3e..4882fa0 100644 --- a/bottlecaps.scad +++ b/bottlecaps.scad @@ -616,7 +616,7 @@ function generic_bottle_cap( // Module: bottle_adapter_neck_to_cap() // Synopsis: Creates a generic adaptor between a neck and a cap. // Topics: Bottles, Threading -// See Also: bottle_adaptor_neck_to_neck() +// See Also: bottle_adapter_neck_to_neck() // Usage: // bottle_adapter_neck_to_cap(wall, [texture], ...) [ATTACHMENTS]; // Description: @@ -732,7 +732,7 @@ function bottle_adapter_neck_to_cap( // Module: bottle_adapter_cap_to_cap() // Synopsis: Creates a generic adaptor between a cap and a cap. // Topics: Bottles, Threading -// See Also: bottle_adaptor_neck_to_cap(), bottle_adaptor_neck_to_neck() +// See Also: bottle_adapter_neck_to_cap(), bottle_adapter_neck_to_neck() // Usage: // bottle_adapter_cap_to_cap(wall, [texture]); // Description: @@ -848,7 +848,7 @@ function bottle_adapter_cap_to_cap( // Module: bottle_adapter_neck_to_neck() // Synopsis: Creates a generic adaptor between a neck and a neck. // Topics: Bottles, Threading -// See Also: bottle_adaptor_neck_to_cap(), bottle_adaptor_cap_to_cap() +// See Also: bottle_adapter_neck_to_cap(), bottle_adapter_cap_to_cap() // Usage: // bottle_adapter_neck_to_neck(...); // Description: