From 10d7c27bfd9b0e598720ed34e6241697611f05cc Mon Sep 17 00:00:00 2001 From: Pomax Date: Mon, 14 Sep 2020 08:35:01 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96d7db26..949a4714 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # BezierInfo-2: a dev repository -This is the development repository for ["A Primer on Bézier Curves"](https://pomax.github.io.bezierinfo), itself hosted as http://pomax.github.io/BezierInfo-2/ +This is the development repository for ["A Primer on Bézier Curves"](https://pomax.github.io.bezierinfo), itself hosted as https://pomax.github.io/BezierInfo-2/ The primer is currently being rewritten from a React application to a pure HTML/CSS/Vanilla-JS tech stack.