From 0fbf48701a9039805f10c953d9bff8b1c3c97059 Mon Sep 17 00:00:00 2001
From: Garth Minette <gminette@gmail.com>
Date: Fri, 26 Feb 2021 13:23:45 -0800
Subject: [PATCH] Removed invalid link.

---
 affine.scad | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/affine.scad b/affine.scad
index aa2b629..dee9f3b 100644
--- a/affine.scad
+++ b/affine.scad
@@ -259,7 +259,7 @@ function affine2d_identity() = ident(3);
 // Usage:
 //   mat = affine2d_translate(v);
 // Topics: Affine, Matrices, Transforms, Translation
-// See Also: translate(), move(), affine3d_translate()
+// See Also: move(), affine3d_translate()
 // Description:
 //   Returns the 3x3 affine2d matrix to perform a 2D translation.
 // Arguments:
@@ -432,7 +432,7 @@ function affine3d_identity() = ident(4);
 // Usage:
 //   mat = affine3d_translate(v);
 // Topics: Affine, Matrices, Transforms, Translation
-// See Also: translate(), move(), affine2d_translate()
+// See Also: move(), affine2d_translate()
 // Description:
 //   Returns the 4x4 affine3d matrix to perform a 3D translation.
 // Arguments: