From c41389f512bef27518bd40497a70c04512d6a08a Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 7 Feb 2021 17:12:28 +0800 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67362a02..548b8bc4 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp - [util/sort](https://openhome.cc/eGossip/OpenSCAD/lib3x-sort.html) - [util/rand](https://openhome.cc/eGossip/OpenSCAD/lib2x-rand.html) - [util/fibseq](https://openhome.cc/eGossip/OpenSCAD/lib2x-fibseq.html) -- [util/bsearch](https://openhome.cc/eGossip/OpenSCAD/lib2x-bsearch.html) +- [util/bsearch](https://openhome.cc/eGossip/OpenSCAD/lib3x-bsearch.html) - [util/has](https://openhome.cc/eGossip/OpenSCAD/lib2x-has.html) - [util/dedup](https://openhome.cc/eGossip/OpenSCAD/lib2x-dedup.html) - [util/flat](https://openhome.cc/eGossip/OpenSCAD/lib2x-flat.html)