From ed5dc9dfd835bd1188bab5bb57ead4afe3c672cd Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 11 Feb 2021 11:23:16 +0800 Subject: [PATCH] update to 3.0 --- README.md | 2 +- docs/{lib2x-sum.md => lib3x-sum.md} | 0 src/util/sum.scad | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/{lib2x-sum.md => lib3x-sum.md} (100%) diff --git a/README.md b/README.md index a644d389..41a28cda 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp - [util/sort](https://openhome.cc/eGossip/OpenSCAD/lib3x-sort.html) - [util/sub_str](https://openhome.cc/eGossip/OpenSCAD/lib3x-sub_str.html) - [util/split_str](https://openhome.cc/eGossip/OpenSCAD/lib3x-split_str.html) -- [util/sum](https://openhome.cc/eGossip/OpenSCAD/lib2x-sum.html) +- [util/sum](https://openhome.cc/eGossip/OpenSCAD/lib3x-sum.html) - [util/zip](https://openhome.cc/eGossip/OpenSCAD/lib2x-zip.html) ### Matrix diff --git a/docs/lib2x-sum.md b/docs/lib3x-sum.md similarity index 100% rename from docs/lib2x-sum.md rename to docs/lib3x-sum.md diff --git a/src/util/sum.scad b/src/util/sum.scad index c2e5c1be..762afe92 100644 --- a/src/util/sum.scad +++ b/src/util/sum.scad @@ -4,7 +4,7 @@ * @copyright Justin Lin, 2020 * @license https://opensource.org/licenses/lgpl-3.0.html * -* @see https://openhome.cc/eGossip/OpenSCAD/lib2x-sum.html +* @see https://openhome.cc/eGossip/OpenSCAD/lib3x-sum.html * **/