From 10e2b04656c37ffa255ed7d64a147687d870b41e Mon Sep 17 00:00:00 2001 From: Eric Skogen Date: Thu, 23 Mar 2023 21:58:45 -0500 Subject: [PATCH] docs(geom): fix link to rect from readme --- packages/geom/tpl.readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/geom/tpl.readme.md b/packages/geom/tpl.readme.md index 50f6cf7061..35be8c016c 100644 --- a/packages/geom/tpl.readme.md +++ b/packages/geom/tpl.readme.md @@ -35,7 +35,7 @@ create them, please check linked sources and/or docs. | [Quad](https://github.com/thi-ng/umbrella/blob/develop/packages/geom/src/quad.ts) | 2D/3D quad (4-gon) | ✅(1) | | [Quadratic](https://github.com/thi-ng/umbrella/blob/develop/packages/geom/src/quadratic.ts) | nD quadratic bezier | ✅(1) | | [Ray](https://github.com/thi-ng/umbrella/blob/develop/packages/geom/src/ray.ts) | nD ray | ✅(1) | -| [Rectangle](https://github.com/thi-ng/umbrella/blob/develop/packages/geom/src/ray.ts) | 2D rectangle | ✅ | +| [Rectangle](https://github.com/thi-ng/umbrella/blob/develop/packages/geom/src/rect.ts) | 2D rectangle | ✅ | | [Sphere](https://github.com/thi-ng/umbrella/blob/develop/packages/geom/src/sphere.ts) | 3D sphere | ✅(2) | | [Text](https://github.com/thi-ng/umbrella/blob/develop/packages/geom/src/text.ts) | Basic stub for text labels | ✅(3) | | [Triangle](https://github.com/thi-ng/umbrella/blob/develop/packages/geom/src/triangle.ts) | 2D triangle | ✅ |